mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
kas: updated the refspec syntax of the kas file
Some checks are pending
Mirrors / Yocto Git Mirror (push) Waiting to run
Some checks are pending
Mirrors / Yocto Git Mirror (push) Waiting to run
Fixed the warning from kas: WARNING - Using deprecated refspec for repository "poky". You should migrate to commit/tag/branch. WARNING - Using deprecated refspec for repository "meta-openembedded". You should migrate to commit/tag/branch. WARNING - Using deprecated refspec for repository "meta-qt5". You should migrate to commit/tag/branch. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
This commit is contained in:
parent
eb8ffc4e63
commit
da35d1f663
|
@ -12,7 +12,7 @@ repos:
|
|||
poky:
|
||||
url: https://git.yoctoproject.org/git/poky
|
||||
path: layers/poky
|
||||
refspec: master
|
||||
branch: master
|
||||
layers:
|
||||
meta:
|
||||
meta-poky:
|
||||
|
@ -21,7 +21,7 @@ repos:
|
|||
meta-openembedded:
|
||||
url: http://git.openembedded.org/meta-openembedded
|
||||
path: layers/meta-openembedded
|
||||
refspec: master
|
||||
branch: master
|
||||
layers:
|
||||
meta-oe:
|
||||
meta-python:
|
||||
|
@ -31,7 +31,7 @@ repos:
|
|||
meta-qt5:
|
||||
url: https://github.com/meta-qt5/meta-qt5/
|
||||
path: layers/meta-qt5
|
||||
refspec: master
|
||||
branch: master
|
||||
|
||||
bblayers_conf_header:
|
||||
standard: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user