layer.conf 427 B

123456789101112131415
  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. BBFILE_COLLECTIONS += "hob"
  6. BBFILE_PATTERN_hob = "^${LAYERDIR}/"
  7. BBFILE_PRIORITY_hob = "1"
  8. # This should only be incremented on significant changes that will
  9. # cause compatibility issues with other layers
  10. LAYERVERSION_hob = "1"
  11. LAYERDEPENDS_hob = "core"