layer.conf 531 B

1234567891011121314151617
  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 ${LAYERDIR}/recipes-*/*/*.bbappend"
  5. BBFILE_COLLECTIONS += "skeleton"
  6. BBFILE_PATTERN_skeleton = "^${LAYERDIR}/"
  7. BBFILE_PRIORITY_skeleton = "1"
  8. # This should only be incremented on significant changes that will
  9. # cause compatibility issues with other layers
  10. LAYERVERSION_skeleton = "1"
  11. LAYERDEPENDS_skeleton = "core"
  12. LAYERSERIES_COMPAT_skeleton = "gatesgarth"