diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index d81e43b..ac3de61 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample @@ -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 \ - "