xref: /OK3568_Linux_fs/yocto/build/conf/bblayers.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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