Skip to content

Commit

Permalink
kas: use branch (nanbield) rather than refspec
Browse files Browse the repository at this point in the history
This silences build warning:

2024-05-27 13:35:30 - WARNING  - Using deprecated refspec for repository "poky". You should migrate to commit/branch.
2024-05-27 13:35:30 - WARNING  - Using deprecated refspec for repository "meta-openembedded". You should migrate to commit/branch.
2024-05-27 13:35:30 - WARNING  - Using deprecated refspec for repository "meta-security". You should migrate to commit/branch.

Signed-off-by: Zygmunt Krynicki <[email protected]>
  • Loading branch information
zyga committed May 27, 2024
1 parent 0b11eca commit 72763d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kas-poky-snapd.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
poky:
url: https://git.yoctoproject.org/git/poky
path: layers/poky
refspec: nanbield
branch: nanbield
layers:
meta:
meta-poky:
Expand All @@ -20,7 +20,7 @@ repos:
meta-openembedded:
url: http://git.openembedded.org/meta-openembedded
path: layers/meta-openembedded
refspec: nanbield
branch: nanbield
layers:
meta-oe:
meta-python:
Expand All @@ -31,7 +31,7 @@ repos:
meta-security:
url: http://git.yoctoproject.org/git/meta-security
path: layers/meta-security
refspec: nanbield
branch: nanbield

bblayers_conf_header:
standard: |
Expand Down

0 comments on commit 72763d6

Please sign in to comment.