2022-08-03 17:28:28 +02:00
|
|
|
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
|
|
# changes incompatibly
|
|
|
|
POKY_BBLAYERS_CONF_VERSION = "2"
|
|
|
|
|
|
|
|
BBPATH = "${TOPDIR}"
|
|
|
|
BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
|
|
|
|
BBFILES ?= ""
|
|
|
|
|
|
|
|
BBLAYERS ?= " \
|
|
|
|
${BSPDIR}/poky/meta \
|
|
|
|
${BSPDIR}/poky/meta-poky \
|
|
|
|
${BSPDIR}/poky/meta-yocto-bsp \
|
|
|
|
${BSPDIR}/meta-raspberrypi \
|
2023-07-26 12:09:47 +02:00
|
|
|
${BSPDIR}/meta-wayland \
|
2022-08-03 17:28:28 +02:00
|
|
|
${BSPDIR}/meta-rpi-diya \
|
|
|
|
${BSPDIR}/meta-openembedded/meta-oe \
|
|
|
|
${BSPDIR}/meta-openembedded/meta-python \
|
|
|
|
${BSPDIR}/meta-openembedded/meta-multimedia \
|
|
|
|
"
|