1# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf 2# changes incompatibly 3POKY_BBLAYERS_CONF_VERSION = "2" 4 5BBPATH = "${TOPDIR}" 6BBFILES ?= "" 7 8BBLAYERS ?= " \ 9 ${TOPDIR}/../meta-openembedded/meta-oe \ 10 ${TOPDIR}/../meta-openembedded/meta-python \ 11 ${TOPDIR}/../meta-qt5 \ 12 ${TOPDIR}/../meta-clang \ 13 ${TOPDIR}/../meta-rockchip \ 14 ${TOPDIR}/../poky/meta \ 15 ${TOPDIR}/../poky/meta-poky \ 16 ${TOPDIR}/../poky/meta-yocto-bsp \ 17" 18 19BBLAYERS:append = " ${TOPDIR}/../meta-browser${@'/meta-chromium' if os.path.exists('${TOPDIR}/../meta-browser/meta-chromium') else ''}" 20