bblayers: Remove unused layers

This commit is contained in:
Alexandre Bard 2019-05-28 13:49:16 +02:00
parent 685ba11b36
commit e17916797b
1 changed files with 0 additions and 6 deletions

View File

@ -9,8 +9,6 @@ YOCTOROOT = "${@os.path.abspath(os.path.join("${TOPDIR}", os.pardir))}"
BBLAYERS ?= " \
${YOCTOROOT}/meta \
${YOCTOROOT}/meta-poky \
${YOCTOROOT}/meta-yocto-bsp \
${YOCTOROOT}/meta-netmodule-bsp \
${YOCTOROOT}/meta-netmodule-distro \
${YOCTOROOT}/meta-openembedded/meta-python \
@ -19,7 +17,3 @@ BBLAYERS ?= " \
${YOCTOROOT}/meta-openembedded/meta-filesystems \
${YOCTOROOT}/meta-updater \
"
BBLAYERS_NON_REMOVABLE ?= " \
${YOCTOROOT}/meta \
${YOCTOROOT}/meta-yocto \
"