layer.conf 522 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"
  5. BBFILE_COLLECTIONS += "core"
  6. BBFILE_PATTERN_core = "^${LAYERDIR}/"
  7. BBFILE_PRIORITY_core = "5"
  8. LAYERSERIES_CORENAMES = "sumo"
  9. # This should only be incremented on significant changes that will
  10. # cause compatibility issues with other layers
  11. LAYERVERSION_core = "11"
  12. LAYERSERIES_COMPAT_core = "sumo"
  13. BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"