diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2019-10-08 14:48:17 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-08 15:58:14 -0700 |
commit | fd1a0c9210b162ccb147e933984c755d32899efc (patch) | |
tree | 5c0a28481dcac0358b532451196d47aeda700232 /meta-filesystems/conf | |
parent | 5d23c6329ebaef39bd8892365a5867d609fd47cf (diff) | |
download | meta-openembedded-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-filesystems/conf')
-rw-r--r-- | meta-filesystems/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/conf/layer.conf b/meta-filesystems/conf/layer.conf index 5aa2b0c2d..e8bd3628f 100644 --- a/meta-filesystems/conf/layer.conf +++ b/meta-filesystems/conf/layer.conf | |||
@@ -15,4 +15,4 @@ LAYERVERSION_filesystems-layer = "1" | |||
15 | 15 | ||
16 | LAYERDEPENDS_filesystems-layer = "core openembedded-layer" | 16 | LAYERDEPENDS_filesystems-layer = "core openembedded-layer" |
17 | 17 | ||
18 | LAYERSERIES_COMPAT_filesystems-layer = "thud warrior" | 18 | LAYERSERIES_COMPAT_filesystems-layer = "thud warrior zeus" |