meta-rpi-diya-build/build/conf/bblayers.conf
DanyLE 9a80cdc2f4
Some checks failed
gitea-sync/meta-rpi-diya-build/pipeline/head There was a failure building this commit
feat: add qt5 support
2023-07-18 13:33:05 +02:00

19 lines
592 B
Plaintext

# 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 \
${BSPDIR}/meta-rpi-diya \
${BSPDIR}/meta-openembedded/meta-oe \
${BSPDIR}/meta-openembedded/meta-python \
${BSPDIR}/meta-openembedded/meta-multimedia \
${BSPDIR}/meta-qt5 \
"