From fd1a0c9210b162ccb147e933984c755d32899efc Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Tue, 8 Oct 2019 14:48:17 -0700 Subject: Add zeus compatibility to all layer.conf files I have no idea if this is the right thing to do, but without the patch I can't actually buil OE because none of these layers are compatible with the change in openembedded-core to move to zeus. Fixes: a5c9709b8d ("layer.conf: Update for zeus series") # openembedded-core Signed-off-by: Palmer Dabbelt Signed-off-by: Khem Raj --- meta-initramfs/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-initramfs/conf') diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf index 6e0b00db0b..93220b1208 100644 --- a/meta-initramfs/conf/layer.conf +++ b/meta-initramfs/conf/layer.conf @@ -16,7 +16,7 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-initramfs = "8" LAYERDEPENDS_meta-initramfs = "core" -LAYERSERIES_COMPAT_meta-initramfs = "thud warrior" +LAYERSERIES_COMPAT_meta-initramfs = "thud warrior zeus" SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ dracut->virtual/kernel \ -- cgit 1.2.3-korg