Merge pull request #166 from meta-rust/fix-bblayers

Fix the bblayers sample file based on poky renames
This commit is contained in:
Doug Goldstein
2017-09-29 09:48:43 -05:00
committed by GitHub
+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 \