mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09: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:
|
poky:
|
||||||
url: https://git.yoctoproject.org/git/poky
|
url: https://git.yoctoproject.org/git/poky
|
||||||
path: layers/poky
|
path: layers/poky
|
||||||
refspec: master
|
branch: master
|
||||||
layers:
|
layers:
|
||||||
meta:
|
meta:
|
||||||
meta-poky:
|
meta-poky:
|
||||||
|
@ -21,7 +21,7 @@ repos:
|
||||||
meta-openembedded:
|
meta-openembedded:
|
||||||
url: http://git.openembedded.org/meta-openembedded
|
url: http://git.openembedded.org/meta-openembedded
|
||||||
path: layers/meta-openembedded
|
path: layers/meta-openembedded
|
||||||
refspec: master
|
branch: master
|
||||||
layers:
|
layers:
|
||||||
meta-oe:
|
meta-oe:
|
||||||
meta-python:
|
meta-python:
|
||||||
|
@ -31,7 +31,7 @@ repos:
|
||||||
meta-qt5:
|
meta-qt5:
|
||||||
url: https://github.com/meta-qt5/meta-qt5/
|
url: https://github.com/meta-qt5/meta-qt5/
|
||||||
path: layers/meta-qt5
|
path: layers/meta-qt5
|
||||||
refspec: master
|
branch: master
|
||||||
|
|
||||||
bblayers_conf_header:
|
bblayers_conf_header:
|
||||||
standard: |
|
standard: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user