diff options
| -rw-r--r-- | meta-initramfs/conf/layer.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf index 0026e04447..d9b7c4cfb3 100644 --- a/meta-initramfs/conf/layer.conf +++ b/meta-initramfs/conf/layer.conf | |||
| @@ -15,3 +15,7 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/" | |||
| 15 | 15 | ||
| 16 | BBFILE_PRIORITY_meta-initramfs = "8" | 16 | BBFILE_PRIORITY_meta-initramfs = "8" |
| 17 | LAYERDEPENDS_meta-initramfs = "core" | 17 | LAYERDEPENDS_meta-initramfs = "core" |
| 18 | |||
| 19 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | ||
| 20 | dracut->virtual/kernel \ | ||
| 21 | " | ||
