aboutsummaryrefslogtreecommitdiffstats
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
commite1d089df645641ac8fea0bede70bfa6d69c38f5b (patch)
tree59ec311d2ebb98e110f7cd685ee30ead5756c9ce
parent8e728c6492f5520f4b825060db8ad883d1a27eff (diff)
downloadmeta-python2-e1d089df645641ac8fea0bede70bfa6d69c38f5b.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 (From meta-openembedded commit: fd1a0c9210b162ccb147e933984c755d32899efc) Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 11fbf57..395954c 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python2 = "1"
LAYERDEPENDS_meta-python2 = "core openembedded-layer"
-LAYERSERIES_COMPAT_meta-python2 = "thud warrior"
+LAYERSERIES_COMPAT_meta-python2 = "thud warrior zeus"
LICENSE_PATH += "${LAYERDIR}/licenses"