diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-10-08 19:06:45 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-10-08 19:06:45 -0400 |
commit | 018b001b763a3db1629fa8478fa4705e8ae53062 (patch) | |
tree | a5ec83679ac96131025c8bc80ed070b82083d82c | |
parent | 4e35b5d8610e2def34a6059fa4255564111c435a (diff) | |
download | meta-virtualization-018b001b763a3db1629fa8478fa4705e8ae53062.tar.gz |
layer: add zeus as compatible
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index e7fba79d..dfca6dac 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -14,7 +14,7 @@ LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | |||
14 | # This should only be incremented on significant changes that will | 14 | # This should only be incremented on significant changes that will |
15 | # cause compatibility issues with other layers | 15 | # cause compatibility issues with other layers |
16 | LAYERVERSION_virtualization-layer = "1" | 16 | LAYERVERSION_virtualization-layer = "1" |
17 | LAYERSERIES_COMPAT_virtualization-layer = "thud warrior" | 17 | LAYERSERIES_COMPAT_virtualization-layer = "thud warrior zeus" |
18 | LAYERDEPENDS_virtualization-layer = " \ | 18 | LAYERDEPENDS_virtualization-layer = " \ |
19 | core \ | 19 | core \ |
20 | openembedded-layer \ | 20 | openembedded-layer \ |