Skip to content

Commit

Permalink
qemux86: kas-qemu-grub.yml: replace refspec by branch
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ejoerns committed Aug 15, 2024
1 parent 7c3eec8 commit 9947758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meta-rauc-qemux86/kas-qemu-grub.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 9947758

Please sign in to comment.