16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
|
|
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 \
|
||
|
|
"
|