@@ -15,7 +15,7 @@ repos:
meta-arm-toolchain:
poky:
- url: https://git.yoctoproject.org/git/poky
+ url: https://git.yoctoproject.org/poky
layers:
meta:
meta-poky:
@@ -5,7 +5,7 @@ header:
repos:
meta-zephyr:
- url: https://git.yoctoproject.org/git/meta-zephyr
+ url: https://git.yoctoproject.org/meta-zephyr
layers:
meta-zephyr-core:
@@ -19,10 +19,10 @@ def repo_shortname(url):
.replace('*', '.'))
repositories = (
- "https://git.yoctoproject.org/git/poky",
+ "https://git.yoctoproject.org/poky",
"https://git.openembedded.org/meta-openembedded",
- "https://git.yoctoproject.org/git/meta-virtualization",
- "https://git.yoctoproject.org/git/meta-zephyr",
+ "https://git.yoctoproject.org/meta-virtualization",
+ "https://git.yoctoproject.org/meta-zephyr",
"https://github.com/kraj/meta-clang",
)
The canonical repository URLs don't use /git/. Signed-off-by: Ross Burton <ross.burton@arm.com> --- ci/base.yml | 2 +- ci/meta-zephyr.yml | 2 +- ci/update-repos | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-)