aboutsummaryrefslogtreecommitdiff
path: root/meta-optee
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-04-06 12:35:39 +0000
committerKoen Kooi <koen.kooi@linaro.org>2018-04-14 13:38:33 +0200
commit15072734ffd7f3dfdf58b988504afe620505b983 (patch)
treedd0d67f742885dbc7c8e53746862a54d92a9d749 /meta-optee
parentecda7daf7ac3844e763761b177a4d4c6695597a5 (diff)
meta-*: add LAYERSERIES_COMPAT to layer.conf files
Change-Id: I15d689c9f046abc69a989ed7cdf2b6ceafdc1c2a Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-optee')
-rw-r--r--meta-optee/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-optee/conf/layer.conf b/meta-optee/conf/layer.conf
index 4469295d..d8164503 100644
--- a/meta-optee/conf/layer.conf
+++ b/meta-optee/conf/layer.conf
@@ -7,3 +7,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-optee"
BBFILE_PATTERN_meta-optee := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-optee = "8"
+
+LAYERSERIES_COMPAT_meta-optee = "sumo"