bblayers: Remove unused layers
This commit is contained in:
parent
685ba11b36
commit
e17916797b
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue