diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e492cd4..e40ae84d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,7 +106,7 @@ update-repos: echo Using existing lockfile.yml else # Be sure that this is the complete list of layers being fetched - kas dump --lock --update ci/qemuarm64.yml:ci/meta-openembedded.yml:ci/clang.yml:ci/meta-virtualization.yml | tee lockfile.yml + kas dump --lock --update ci/qemuarm64.yml:ci/meta-openembedded.yml:ci/clang.yml | tee lockfile.yml fi exit $exit_code artifacts: diff --git a/ci/meta-virtualization.yml b/ci/meta-virtualization.yml deleted file mode 100644 index c0ba70ba..00000000 --- a/ci/meta-virtualization.yml +++ /dev/null @@ -1,10 +0,0 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json - -header: - version: 14 - includes: - - ci/meta-openembedded.yml - -repos: - meta-virtualization: - url: https://git.yoctoproject.org/meta-virtualization diff --git a/ci/update-repos b/ci/update-repos index e70ed0d9..8e4c1686 100755 --- a/ci/update-repos +++ b/ci/update-repos @@ -22,7 +22,6 @@ def repo_shortname(url): repositories = ( "https://git.yoctoproject.org/poky", "https://git.openembedded.org/meta-openembedded", - "https://git.yoctoproject.org/meta-virtualization", ) if __name__ == "__main__":