kas-poky-rpi.yml: Make git ignore layers cloned by kas

Move the layer paths used by kas into a `layers` subdirectory and add
this to the git ignore list.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
This commit is contained in:
Paul Barker 2020-11-25 17:32:26 +00:00 committed by Andrei Gherzan
parent 5570f2f55d
commit 16eef23486
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ build*
*.rej
*.log
docs/_build
/layers

View File

@ -11,6 +11,7 @@ repos:
poky:
url: https://git.yoctoproject.org/git/poky
path: layers/poky
refspec: master
layers:
meta:
@ -19,6 +20,7 @@ repos:
meta-openembedded:
url: http://git.openembedded.org/meta-openembedded
path: layers/meta-openembedded
refspec: master
layers:
meta-oe:
@ -28,6 +30,7 @@ repos:
meta-qt5:
url: https://github.com/meta-qt5/meta-qt5/
path: layers/meta-qt5
refspec: master
bblayers_conf_header: