bblayers.conf.sample 265 B

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