diff options
author | Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> | 2018-08-13 18:38:25 +0200 |
---|---|---|
committer | Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> | 2018-08-15 09:37:36 +0000 |
commit | 75d2b5afa3b7243f439930f95b677b2678fc7e3d (patch) | |
tree | 07ec7a1cafeaba9906d3d8b080ee1ca8157a2518 /meta-smx6-extras/conf | |
parent | 4c251298ff5209372b24274542fec0fb7e43f0a7 (diff) | |
download | meta-boot2qt-75d2b5afa3b7243f439930f95b677b2678fc7e3d.tar.gz |
layers: add LAYERSERIES_COMPAT
Added LAYERSERIES_COMPAT to layer configs to indicate their
compatibility with sumo.
Change-Id: I6251ea2cbe785e755357beb32a3e713d2919d89c
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'meta-smx6-extras/conf')
-rw-r--r-- | meta-smx6-extras/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-smx6-extras/conf/layer.conf b/meta-smx6-extras/conf/layer.conf index 566fb41..8a68860 100644 --- a/meta-smx6-extras/conf/layer.conf +++ b/meta-smx6-extras/conf/layer.conf | |||
@@ -43,3 +43,5 @@ BBFILE_PRIORITY_b2qt_smx6 = "20" | |||
43 | LAYERDEPENDS_smx6 = "" | 43 | LAYERDEPENDS_smx6 = "" |
44 | # meta-smx6 layer.conf modifies qtbase PACKAGECONFIG | 44 | # meta-smx6 layer.conf modifies qtbase PACKAGECONFIG |
45 | PACKAGECONFIG_remove_pn-qtbase = "examples" | 45 | PACKAGECONFIG_remove_pn-qtbase = "examples" |
46 | |||
47 | LAYERSERIES_COMPAT_b2qt_smx6 = "sumo" | ||