24 lines
835 B
Plaintext
24 lines
835 B
Plaintext
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
# changes incompatibly
|
|
POKY_BBLAYERS_CONF_VERSION = "2"
|
|
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
|
|
|
|
BBLAYERS ?= " \
|
|
${BSPDIR}/sources/poky/meta \
|
|
${BSPDIR}/sources/poky/meta-poky \
|
|
${BSPDIR}/sources/poky/meta-yocto-bsp \
|
|
${BSPDIR}/sources/meta-openembedded/meta-oe \
|
|
${BSPDIR}/sources/meta-openembedded/meta-python \
|
|
${BSPDIR}/sources/meta-openembedded/meta-networking \
|
|
${BSPDIR}/sources/meta-openembedded/meta-webserver \
|
|
${BSPDIR}/sources/meta-qt5 \
|
|
${BSPDIR}/sources/meta-freescale \
|
|
${BSPDIR}/sources/meta-fsl-demos \
|
|
${BSPDIR}/sources/meta-i2som/meta-i2som-nxp \
|
|
${BSPDIR}/sources/meta-i2som/meta-i2som-yocto \
|
|
${BSPDIR}/sources/meta-swupdate \
|
|
"
|