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-perl/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-perl/conf') diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf index 6e600aa677..2c730e4c75 100644 --- a/meta-perl/conf/layer.conf +++ b/meta-perl/conf/layer.conf @@ -15,4 +15,4 @@ LAYERVERSION_perl-layer = "1" LAYERDEPENDS_perl-layer = "core openembedded-layer" -LAYERSERIES_COMPAT_perl-layer = "thud warrior" +LAYERSERIES_COMPAT_perl-layer = "thud warrior zeus" -- cgit 1.2.3-korg