layer.conf 617 B

123456789101112131415161718
  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 += "filesystems-layer"
  7. BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_filesystems-layer = "6"
  9. # This should only be incremented on significant changes that will
  10. # cause compatibility issues with other layers
  11. LAYERVERSION_filesystems-layer = "1"
  12. LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
  13. LAYERSERIES_COMPAT_filesystems-layer = "gatesgarth hardknott"