From c2d0905b51ff267839d1482640d913ccfa3bae63 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 4 Jul 2023 10:18:57 +0100 Subject: [PATCH] CI: use branch, not refspec Kas 3.3 uses branch and commit keys instead of a general-purpose refspec. Change the base to use branch:mickledore and remove the explicit use of master for meta-virtualization now that a mickledore branch exists there too now. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- ci/base.yml | 2 +- ci/meta-virtualization.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/base.yml b/ci/base.yml index 05142361..38d8584f 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -5,7 +5,7 @@ distro: poky defaults: repos: - refspec: mickledore + branch: mickledore repos: meta-arm: diff --git a/ci/meta-virtualization.yml b/ci/meta-virtualization.yml index 5fba0481..88f8cdc9 100644 --- a/ci/meta-virtualization.yml +++ b/ci/meta-virtualization.yml @@ -6,4 +6,3 @@ header: repos: meta-virtualization: url: git://git.yoctoproject.org/meta-virtualization - refspec: master