From 0fec19015bee11b5b8bea39c85b9775d429ee78a Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Tue, 8 May 2018 18:22:06 +0200 Subject: [PATCH] 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 --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) 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"