layer.conf 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 meta-python openembedded-layer"
  13. LAYERSERIES_COMPAT_networking-layer = "walnascar whinlatter"
  14. LICENSE_PATH += "${LAYERDIR}/licenses"
  15. SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
  16. wireguard-tools->wireguard-module \
  17. mdio-tools->mdio-netlink \
  18. ot-br-posix->ipset \
  19. "
  20. BBFILES_DYNAMIC += " \
  21. meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
  22. "
  23. # List of known non-reproducible package of the meta-networking layer
  24. # Please keep this list sorted
  25. OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \
  26. babeld \
  27. babeld-dbg \
  28. dhcp-relay-staticdev \
  29. ettercap-src \
  30. freediameter \
  31. freeradius \
  32. htpdate-doc \
  33. libbearssl-staticdev \
  34. libmosquitto1 \
  35. libowfat-staticdev \
  36. libruli-staticdev \
  37. mosquitto \
  38. ncftp \
  39. ncp \
  40. ncp-dbg \
  41. ndisc6-dbg \
  42. ndisc6-misc \
  43. ndisc6-ndisc6 \
  44. ndisc6-rdisc6 \
  45. ndisc6-rdnssd \
  46. ndisc6-rltraceroute6 \
  47. netsniff-ng-doc \
  48. ntopng \
  49. ntopng-dbg \
  50. ntpsec-src \
  51. openl2tp \
  52. opensaf \
  53. phytool \
  54. phytool-dbg \
  55. postfix-cfg \
  56. rp-pppoe \
  57. traceroute \
  58. traceroute-dbg \
  59. udpcast-doc \
  60. unbound-doc \
  61. znc \
  62. "