summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-07-10 10:48:50 +0200
committerMartin Borg <martin.borg@enea.com>2018-07-10 10:48:50 +0200
commit489e976e5143ea8c91c3a71e0e38af96a6c6055a (patch)
tree83cb4bd511d56050abc77b6537415efad8c9ce6c /conf/layer.conf
parent3dddc82791672f96628bad0df004a61576d837bf (diff)
downloadmeta-enea-bsp-common-489e976e5143ea8c91c3a71e0e38af96a6c6055a.tar.gz
layer.conf: add LAYERSERIES_COMPAT
Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index f169951..0f365c0 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -10,3 +10,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
10BBFILE_COLLECTIONS += "enea-bsp-common" 10BBFILE_COLLECTIONS += "enea-bsp-common"
11BBFILE_PATTERN_enea-bsp-common = "^${LAYERDIR}/" 11BBFILE_PATTERN_enea-bsp-common = "^${LAYERDIR}/"
12BBFILE_PRIORITY_enea-bsp-common = "5" 12BBFILE_PRIORITY_enea-bsp-common = "5"
13
14LAYERSERIES_COMPAT_enea-bsp-common = "sumo"