diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-04-06 12:23:46 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-04-06 12:43:54 +0000 |
commit | 61581ec2efba25904877b5b65257d4de5b75a22f (patch) | |
tree | 2b245cde4991fcbfbffe913fae5214d886ad7a2e | |
parent | e60e849de1158c879bd2c150fe79b207cdac031a (diff) | |
download | meta-qt5-61581ec2efba25904877b5b65257d4de5b75a22f.tar.gz |
layer.conf: add LAYERSERIES_COMPAT
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 7751ce2f..98000c65 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -29,6 +29,8 @@ LAYERVERSION_qt5-layer = "1" | |||
29 | 29 | ||
30 | LAYERDEPENDS_qt5-layer = "core" | 30 | LAYERDEPENDS_qt5-layer = "core" |
31 | 31 | ||
32 | LAYERSERIES_COMPAT_qt5-layer = "sumo" | ||
33 | |||
32 | LICENSE_PATH += "${LAYERDIR}/licenses" | 34 | LICENSE_PATH += "${LAYERDIR}/licenses" |
33 | 35 | ||
34 | IMAGE_FEATURES[validitems] += "qtcreator-debug" | 36 | IMAGE_FEATURES[validitems] += "qtcreator-debug" |