# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly POKY_BBLAYERS_CONF_VERSION = "2" BBPATH = "${TOPDIR}" BBFILES ?= "" BBLAYERS ?= " \ ${TOPDIR}/../meta-openembedded/meta-oe \ ${TOPDIR}/../meta-openembedded/meta-python \ ${TOPDIR}/../meta-qt5 \ ${TOPDIR}/../meta-clang \ ${TOPDIR}/../meta-rockchip \ ${TOPDIR}/../poky/meta \ ${TOPDIR}/../poky/meta-poky \ ${TOPDIR}/../poky/meta-yocto-bsp \ " BBLAYERS:append = " ${TOPDIR}/../meta-browser${@'/meta-chromium' if os.path.exists('${TOPDIR}/../meta-browser/meta-chromium') else ''}"