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-boot2qt-distro/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-boot2qt-distro/conf')
-rw-r--r-- | meta-boot2qt-distro/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-boot2qt-distro/conf/layer.conf b/meta-boot2qt-distro/conf/layer.conf index 9a218d9..d9ededa 100644 --- a/meta-boot2qt-distro/conf/layer.conf +++ b/meta-boot2qt-distro/conf/layer.conf | |||
@@ -39,3 +39,5 @@ BBMASK += "meta-qt5/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_%.bba | |||
39 | BBFILE_COLLECTIONS += "b2qt-distro" | 39 | BBFILE_COLLECTIONS += "b2qt-distro" |
40 | BBFILE_PATTERN_b2qt-distro := "^${LAYERDIR}/" | 40 | BBFILE_PATTERN_b2qt-distro := "^${LAYERDIR}/" |
41 | BBFILE_PRIORITY_b2qt-distro = "20" | 41 | BBFILE_PRIORITY_b2qt-distro = "20" |
42 | |||
43 | LAYERSERIES_COMPAT_b2qt-distro = "sumo" | ||