yocto_os/sample-files/bblayers.conf.sample
Theta-Dev 7606324077 add SEBRAUC
move raspi-specific stuff into separate layer
2021-11-22 12:48:11 +01:00

23 lines
818 B
Text

# This template file was created by taking the oe-core/meta/conf/bblayers.conf
# file and removing the BBLAYERS section at the end.
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "7"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
##OEROOT##/sources/meta-tsgrain \
##OEROOT##/sources/meta-tsgrain-rpi \
##OEROOT##/sources/meta-rauc \
##OEROOT##/sources/meta-raspberrypi \
##OEROOT##/sources/meta-openembedded/meta-initramfs \
##OEROOT##/sources/meta-openembedded/meta-oe \
##OEROOT##/sources/meta-openembedded/meta-networking \
##OEROOT##/sources/meta-openembedded/meta-python \
##OEROOT##/sources/meta-openembedded/meta-multimedia \
##OEROOT##/sources/meta-openembedded/meta-filesystems \
##OEROOT##/sources/oe-core/meta \
"