Fix the bblayers sample file based on poky renames

Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
Derek Straka
2017-09-29 08:42:36 -04:00
parent 2cbf17309f
commit 9f1f8ab32f
+1 -2
View File
@@ -8,12 +8,11 @@ BBFILES ?= ""
BBLAYERS ?= " \ BBLAYERS ?= " \
##OEROOT##/meta-rust \ ##OEROOT##/meta-rust \
##OEROOT##/meta \ ##OEROOT##/meta \
##OEROOT##/meta-yocto \ ##OEROOT##/meta-poky \
##OEROOT##/meta-yocto-bsp \ ##OEROOT##/meta-yocto-bsp \
##OEROOT##/meta-openembedded/meta-oe \ ##OEROOT##/meta-openembedded/meta-oe \
##OEROOT##/meta-openembedded/meta-networking \ ##OEROOT##/meta-openembedded/meta-networking \
##OEROOT##/meta-openembedded/meta-python \ ##OEROOT##/meta-openembedded/meta-python \
##OEROOT##/meta-openembedded/meta-ruby \
" "
BBLAYERS_NON_REMOVABLE ?= " \ BBLAYERS_NON_REMOVABLE ?= " \
##OEROOT##/meta \ ##OEROOT##/meta \