From e1d089df645641ac8fea0bede70bfa6d69c38f5b 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 (From meta-openembedded commit: fd1a0c9210b162ccb147e933984c755d32899efc) Signed-off-by: Palmer Dabbelt Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg