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