bblayers.conf 285 B

123456789101112131415
  1. LAYERSERIES_CORENAMES = "sumo"
  2. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
  3. # changes incompatibly
  4. LCONF_VERSION = "7"
  5. BBPATH = "${TOPDIR}"
  6. BBFILES ?= ""
  7. BBLAYERS ?= " \
  8. ${TOPDIR}/layer1 \
  9. ${TOPDIR}/layer2 \
  10. ${TOPDIR}/layer3 \
  11. ${TOPDIR}/layer4 \
  12. "