xref: /openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/build/conf/bblayers.conf (revision 1a4b7ee28bf7413af6513fb45ad0d0736048f866)
1LAYERSERIES_CORENAMES = "sumo"
2
3# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
4# changes incompatibly
5LCONF_VERSION = "7"
6
7BBPATH = "${TOPDIR}"
8BBFILES ?= ""
9
10BBLAYERS ?= " \
11  ${TOPDIR}/layer1 \
12  ${TOPDIR}/layer2 \
13  ${TOPDIR}/layer3 \
14  ${TOPDIR}/layer4 \
15  "
16