diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-05-23 13:36:19 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-05-23 13:36:25 +0200 |
commit | 9780dff4421e40fab6574352eda6ddfd1dc58b45 (patch) | |
tree | fe6115fd69a40d25b457c3dc5dca55acd957b53a /default.xml | |
parent | 9b3098b315dafe474741e0576d15ada9aeed36c2 (diff) |
Update manifests to only use https
Bug-AGL: SPEC-2408
Change-Id: I5490403e074a8040c34a12608ed4787ca23fabe5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/default.xml b/default.xml index 6d97408a..d8b98ec1 100644 --- a/default.xml +++ b/default.xml @@ -7,8 +7,7 @@ pushurl="ssh://gerrit.automotivelinux.org:29418" /> - <remote name="yocto" fetch="git://git.yoctoproject.org/" /> - <remote name="openembedded" fetch="git://git.openembedded.org/" /> + <remote name="yocto" fetch="https://git.yoctoproject.org/git/" /> <!-- meta-updater --> <!-- freescale bsp --> <!-- 01.org --> <remote name="github" fetch="https://github.com/" /> @@ -37,7 +36,7 @@ <!-- Yocto/OpenEmbedded things. --> <project name="poky" path="poky" remote="yocto" revision="68a612b7d31d270348ef5439d7f779c309bdb6ec" upstream="rocko" /> <project name="meta-gplv2" path="meta-gplv2" remote="yocto" revision="f875c60ecd6f30793b80a431a2423c4b98e51548" upstream="rocko" /> - <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="eae996301d9c097bcbeb8046f08041dc82bb62f8" upstream="rocko" /> + <project name="openembedded/meta-openembedded" path="meta-openembedded" remote="github" revision="eae996301d9c097bcbeb8046f08041dc82bb62f8" upstream="rocko" /> <project name="meta-virtualization" path="meta-virtualization" remote="yocto" revision="bd77388f31929f38e7d4cc9c711f0f83f563007e" upstream="rocko"/> <!-- Qt things --> |