mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-20 23:38:38 +00:00
kas: updated the refspec syntax of the kas file
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:
committed by
Andrei Gherzan
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user