layer.conf 849 B

123456789101112131415161718192021222324252627
  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 = "gatesgarth hardknott"
  16. LICENSE_PATH += "${LAYERDIR}/licenses"
  17. SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
  18. wireguard-tools->wireguard-module \
  19. wireless-regdb->crda \
  20. "