summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2018-05-08 18:22:06 +0200
committerEnrico Jorns <e.joerns@tu-bs.de>2018-05-17 15:06:10 +0200
commit0fec19015bee11b5b8bea39c85b9775d429ee78a (patch)
tree541a6dd992c9180af621ffcb62fcf86262d19587
parentb1547d866075d60d2d861002f62b659c19838718 (diff)
downloadmeta-ptx-0fec19015bee11b5b8bea39c85b9775d429ee78a.tar.gz
meta-ptx-0fec19015bee11b5b8bea39c85b9775d429ee78a.tar.xz
conf: layer: set LAYERSERIES_COMPAT for this layer
Setting this variable is used since sumo to track layer compatibility and active layer maintanance. Setting this will prevent from utriggering a warning and is required for Yocto Project Compatible version 2 standard. Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 99e0f10..ef06ad6 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "ptx"
BBFILE_PATTERN_ptx = "^${LAYERDIR}/"
BBFILE_PRIORITY_ptx = "6"
+
+LAYERSERIES_COMPAT_ptx = "sumo rocko"