layer.conf 452 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 += "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"