crops-yocto/build/conf/bblayers.conf

25 lines
776 B
Plaintext
Raw Normal View History

2024-03-01 23:15:01 +01:00
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
# /poky/meta-mender/meta-mender-core
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
YOCTOROOT = "${@os.path.abspath(os.path.join("${TOPDIR}", os.pardir))}"
BBLAYERS ?= " \
${YOCTOROOT}/poky/meta \
${YOCTOROOT}/poky/meta-poky \
${YOCTOROOT}/poky/meta-yocto-bsp \
${YOCTOROOT}/poky/meta-clang \
${YOCTOROOT}/poky/meta-raspberrypi \
${YOCTOROOT}/poky/meta-openembedded/meta-oe \
${YOCTOROOT}/poky/meta-openembedded/meta-python \
${YOCTOROOT}/poky/meta-openembedded/meta-networking \
${YOCTOROOT}/poky/meta-flutter \
2024-03-05 20:44:00 +01:00
${YOCTOROOT}/poky/meta-wayland \
2024-03-05 00:32:15 +01:00
${YOCTOROOT}/poky/meta-flutter-apps \
2024-03-07 00:58:54 +01:00
${YOCTOROOT}/poky/meta-flutter-elinux \
2024-03-01 23:15:01 +01:00
"