From 3616741f24abf805e57b4a4f292a9f0088cb8b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20J=C3=B6rns?= Date: Thu, 15 Aug 2024 09:16:37 +0200 Subject: [PATCH] qemux86: kas-qemu-grub.yml: replace refspec by branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Despite config version is 10, kas complains about 'refspec' usage which is only introduced with version 14: | WARNING - Using deprecated refspec for repository "meta-rauc". You should migrate to commit/tag/branch For master it should be fine to move forward. Thus we just update to the kas config version 14 that officially introduced 'branch' and switch to using 'branch' instead of 'refspec. Signed-off-by: Enrico Jörns --- meta-rauc-qemux86/kas-qemu-grub.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-rauc-qemux86/kas-qemu-grub.yml b/meta-rauc-qemux86/kas-qemu-grub.yml index 8ab6cbf..2045719 100644 --- a/meta-rauc-qemux86/kas-qemu-grub.yml +++ b/meta-rauc-qemux86/kas-qemu-grub.yml @@ -1,6 +1,6 @@ header: - # We require kas config version 10 - version: 10 + # We require kas config version 14 + version: 14 machine: qemux86-64 distro: poky repos: @@ -9,11 +9,11 @@ repos: meta-rauc-qemux86: meta-rauc: url: "https://github.com/rauc/meta-rauc.git" - refspec: "refs/remotes/origin/master" + branch: master path: layers/meta-rauc poky: url: "https://git.yoctoproject.org/git/poky" - refspec: "refs/remotes/origin/master" + branch: master path: layers/poky layers: meta: