bblayers.conf.sample 274 B

1234567891011121314
  1. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
  2. # changes incompatibly
  3. LCONF_VERSION = "6"
  4. BBPATH = "${TOPDIR}"
  5. BBFILES ?= ""
  6. BBLAYERS ?= " \
  7. ##ISARROOT##/meta \
  8. ##ISARROOT##/meta-isar \
  9. "
  10. BBLAYERS_NON_REMOVABLE ?= " \
  11. ##ISARROOT##/meta \
  12. "