layer.conf 569 B

1234567891011121314151617181920
  1. # We have a conf and classes directory, add to BBPATH
  2. BBPATH =. "${LAYERDIR}:"
  3. # We have recipes-* directories, add to BBFILES
  4. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
  5. ${LAYERDIR}/recipes-*/*/*.bbappend"
  6. BBFILE_COLLECTIONS += "yocto"
  7. BBFILE_PATTERN_yocto = "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_yocto = "5"
  9. LAYERSERIES_COMPAT_yocto = "walnascar"
  10. # This should only be incremented on significant changes that will
  11. # cause compatibility issues with other layers
  12. LAYERVERSION_yocto = "3"
  13. LAYERDEPENDS_yocto = "core"
  14. REQUIRED_POKY_BBLAYERS_CONF_VERSION = "2"