diff options
author | Joe Slater <jslater@windriver.com> | 2016-09-26 14:02:11 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-26 11:09:53 +0200 |
commit | 7a58995591f7612fec8ea6b6171eefffb75b6960 (patch) | |
tree | cd2ee46f52165f0b2739b9d7279bcee4215cffec | |
parent | 9aa870eecf6dc7a87678393bd55b97e21033ab48 (diff) | |
download | meta-qt5-7a58995591f7612fec8ea6b6171eefffb75b6960.tar.gz |
layer.conf: add LAYERVERSION and LAYERDEPENDS
We just depend on "core".
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index b7207e63..73ce00a6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -23,6 +23,12 @@ BBFILE_PATTERN_qt5-layer := "^${LAYERDIR}/" | |||
23 | 23 | ||
24 | BBFILE_PRIORITY_qt5-layer = "7" | 24 | BBFILE_PRIORITY_qt5-layer = "7" |
25 | 25 | ||
26 | # This should only be incremented on significant changes that will | ||
27 | # cause compatibility issues with other layers | ||
28 | LAYERVERSION_qt5-layer = "1" | ||
29 | |||
30 | LAYERDEPENDS_qt5-layer = "core" | ||
31 | |||
26 | LICENSE_PATH += "${LAYERDIR}/licenses" | 32 | LICENSE_PATH += "${LAYERDIR}/licenses" |
27 | 33 | ||
28 | IMAGE_FEATURES[validitems] += "qtcreator-debug" | 34 | IMAGE_FEATURES[validitems] += "qtcreator-debug" |