diff --git a/ci/base.yml b/ci/base.yml index a3e2c68b..912093a8 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -17,7 +17,7 @@ repos: meta-arm-toolchain: poky: - url: https://git.yoctoproject.org/git/poky + url: https://git.yoctoproject.org/poky layers: meta: meta-poky: diff --git a/ci/update-repos b/ci/update-repos index 069a94ea..ef69ee45 100755 --- a/ci/update-repos +++ b/ci/update-repos @@ -20,9 +20,9 @@ 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/meta-virtualization", "https://github.com/kraj/meta-clang", )