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>
This commit is contained in:
Palmer Dabbelt
2019-10-08 14:48:17 -07:00
committed by Khem Raj
parent 5d23c6329e
commit fd1a0c9210
10 changed files with 10 additions and 10 deletions

View File

@@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1"
LAYERDEPENDS_meta-python = "core openembedded-layer"
LAYERSERIES_COMPAT_meta-python = "thud warrior"
LAYERSERIES_COMPAT_meta-python = "thud warrior zeus"
LICENSE_PATH += "${LAYERDIR}/licenses"