summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>2018-08-13 18:38:25 +0200
committerOleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>2018-08-15 09:37:36 +0000
commitfc020381e51fe91ea3778a2cf41d5b05fcfef57f (patch)
treecf21839085f960eed1a191fd71af1977f24cf706
parent7e98b304c2aa00f1018279833a335972b8995cdd (diff)
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>
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 36091df..83dde0e 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -38,3 +38,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
BBFILE_COLLECTIONS += "b2qt_renesas"
BBFILE_PATTERN_b2qt_renesas := "^${LAYERDIR}/"
BBFILE_PRIORITY_b2qt_renesas = "20"
+
+LAYERSERIES_COMPAT_b2qt_renesas = "sumo"