# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly POKY_BBLAYERS_CONF_VERSION = "2" BBPATH = "${TOPDIR}" BBFILES ?= "" BBLAYERS ?= " \ ##OEROOT##/meta \ ##OEROOT##/meta-poky \ ##OEROOT##/meta-intel \ ##OEROOT##/meta-dpdk \ ##OEROOT##/meta-nfv-access-bsp-common \ ##OEROOT##/meta-nfv-access-bsp-x86 \ ##OEROOT##/meta-virtualization \ ##OEROOT##/meta-enea-virtualization \ ##OEROOT##/meta-nfv-access-common \ ##OEROOT##/meta-el-nfv-access \ ##OEROOT##/meta-openembedded/meta-oe \ ##OEROOT##/meta-openembedded/meta-networking \ ##OEROOT##/meta-openembedded/meta-filesystems \ ##OEROOT##/meta-openembedded/meta-python \ ##OEROOT##/meta-openembedded/meta-webserver \ ##OEROOT##/meta-cloud-services \ ##OEROOT##/meta-cloud-services/meta-openstack \ "