xref: /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/testdata/build/conf/bblayers.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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