bblayers.conf.sample 325 B

12345678910111213141516
  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. ##OEROOT##/meta \
  8. ##OEROOT##/meta-yocto \
  9. ##OEROOT##/meta-yocto-bsp \
  10. "
  11. BBLAYERS_NON_REMOVABLE ?= " \
  12. ##OEROOT##/meta \
  13. ##OEROOT##/meta-yocto \
  14. "