From 24cdee96ef2cc3f55daf4c50e97360fc05b03de8 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Mon, 16 Apr 2018 19:04:36 -0300 Subject: layer.conf: add LAYERSERIES_COMPAT markup Allows the user to easily identify if the layer is compatible with oe-core. Signed-off-by: Ricardo Salveti --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 942ef6a..798ceba 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,3 +10,4 @@ BBFILE_PATTERN_sota = "^${LAYERDIR}/" BBFILE_PRIORITY_sota = "7" LAYERDEPENDS_sota = "filesystems-layer" +LAYERSERIES_COMPAT_sota = "sumo" -- cgit v1.2.3-54-g00ecf