layer.conf 852 B

1234567891011121314151617181920212223242526272829
  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 += "perl-layer"
  7. BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_perl-layer = "5"
  9. # This should only be incremented on significant changes that will
  10. # cause compatibility issues with other layers
  11. LAYERVERSION_perl-layer = "1"
  12. LAYERDEPENDS_perl-layer = "core openembedded-layer"
  13. LAYERSERIES_COMPAT_perl-layer = "walnascar whinlatter"
  14. # List of known non-reproducible package of the meta-perl layer
  15. # Please keep this list sorted
  16. OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \
  17. libencode-perl-src \
  18. libhtml-tree-perl \
  19. libhtml-tree-perl-doc \
  20. libmodule-build-tiny-perl \
  21. po4a \
  22. po4a-doc \
  23. "