yocto_os_template/sample-files/bblayers.conf.sample
2022-02-09 22:17:45 +01:00

21 lines
744 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-mypios \
##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 \
"