layer.conf 689 B

1234567891011121314151617181920212223
  1. # Layer configuration for meta-initramfs layer
  2. # We have a conf and classes directory, append to BBPATH
  3. BBPATH .= ":${LAYERDIR}"
  4. # We have a recipes directory, add to BBFILES
  5. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
  6. BBFILE_COLLECTIONS += "meta-initramfs"
  7. BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
  8. # Define the priority for recipes (.bb files) from this layer,
  9. # choosing carefully how this layer interacts with all of the
  10. # other layers.
  11. BBFILE_PRIORITY_meta-initramfs = "8"
  12. LAYERDEPENDS_meta-initramfs = "core"
  13. LAYERSERIES_COMPAT_meta-initramfs = "gatesgarth hardknott"
  14. SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
  15. dracut->virtual/kernel \
  16. "