layer.conf 780 B

123456789101112131415161718192021222324252627
  1. # Layer configuration for meta-webserver layer
  2. # Copyright 2012 Intel Corporation
  3. # We have a conf and classes directory, add to BBPATH
  4. BBPATH .= ":${LAYERDIR}"
  5. # We have various recipe-* directories, add to BBFILES
  6. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
  7. BBFILE_COLLECTIONS += "webserver"
  8. BBFILE_PATTERN_webserver := "^${LAYERDIR}/"
  9. BBFILE_PRIORITY_webserver = "6"
  10. # This should only be incremented on significant changes that will
  11. # cause compatibility issues with other layers
  12. LAYERVERSION_webserver = "1"
  13. LAYERDEPENDS_webserver = "core openembedded-layer"
  14. LAYERSERIES_COMPAT_webserver = "gatesgarth hardknott"
  15. LICENSE_PATH += "${LAYERDIR}/licenses"
  16. SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
  17. phpmyadmin->bash \
  18. phpmyadmin->php \
  19. "