bblayers.conf.sample 344 B

12345678910111213141516
  1. # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
  2. # changes incompatibly
  3. POKY_BBLAYERS_CONF_VERSION = "1"
  4. BBPATH = "${TOPDIR}"
  5. BBFILES ?= ""
  6. BBLAYERS ?= " \
  7. ##OEROOT##/meta \
  8. ##OEROOT##/meta-poky \
  9. ##OEROOT##/meta-yocto-bsp \
  10. "
  11. BBLAYERS_NON_REMOVABLE ?= " \
  12. ##OEROOT##/meta \
  13. ##OEROOT##/meta-poky \
  14. "