layer.conf 688 B

1234567891011121314151617181920
  1. # We have a conf and classes directory, add to BBPATH
  2. BBPATH .= ":${LAYERDIR}"
  3. # We have a packages directory, add to BBFILES
  4. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
  5. ${LAYERDIR}/recipes-*/*/*.bbappend"
  6. BBFILE_COLLECTIONS += "networking-layer"
  7. BBFILE_PATTERN_networking-layer := "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_networking-layer = "5"
  9. # This should only be incremented on significant changes that will
  10. # cause compatibility issues with other layers
  11. LAYERVERSION_networking-layer = "1"
  12. LAYERDEPENDS_networking-layer = "core"
  13. LAYERDEPENDS_networking-layer += "openembedded-layer"
  14. LAYERDEPENDS_networking-layer += "meta-python"
  15. LAYERSERIES_COMPAT_networking-layer = "sumo"