layer.conf 407 B

12345678910111213
  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"