Files
OpenBMC/poky/bitbake/lib/layerindexlib/tests/testdata/build/conf/bblayers.conf
T

16 lines
285 B
Plaintext
Raw Normal View History

2026-04-23 17:07:55 +08:00
LAYERSERIES_CORENAMES = "sumo"
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "7"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
${TOPDIR}/layer1 \
${TOPDIR}/layer2 \
${TOPDIR}/layer3 \
${TOPDIR}/layer4 \
"