Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | # Layer configuration for meta-initramfs layer |
| 2 | |
| 3 | # We have a conf and classes directory, append to BBPATH |
| 4 | BBPATH .= ":${LAYERDIR}" |
| 5 | |
| 6 | # We have a recipes directory, add to BBFILES |
| 7 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 8 | |
| 9 | BBFILE_COLLECTIONS += "meta-initramfs" |
| 10 | BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/" |
| 11 | |
| 12 | # Define the priority for recipes (.bb files) from this layer, |
| 13 | # choosing carefully how this layer interacts with all of the |
| 14 | # other layers. |
| 15 | |
| 16 | BBFILE_PRIORITY_meta-initramfs = "8" |
| 17 | LAYERDEPENDS_meta-initramfs = "core" |
| 18 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 19 | LAYERSERIES_COMPAT_meta-initramfs = "thud warrior" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 20 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 21 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
| 22 | dracut->virtual/kernel \ |
| 23 | " |