aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2019-10-08 14:48:17 -0700
committerKhem Raj <raj.khem@gmail.com>2019-10-08 15:58:14 -0700
commitfd1a0c9210b162ccb147e933984c755d32899efc (patch)
tree5c0a28481dcac0358b532451196d47aeda700232 /meta-perl
parent5d23c6329ebaef39bd8892365a5867d609fd47cf (diff)
downloadmeta-openembedded-contrib-fd1a0c9210b162ccb147e933984c755d32899efc.tar.gz
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 <palmer@dabbelt.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"