From d566491d6dac4e58a21ba2cc65713b8514f9742b Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Mon, 16 Apr 2018 19:01:37 -0300 Subject: [PATCH] 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 64bf198..0de7f60 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,6 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "qcom" BBFILE_PATTERN_qcom := "^${LAYERDIR}/" BBFILE_PRIORITY_qcom = "5" +LAYERSERIES_COMPAT_qcom = "sumo" # Let us add layer-specific bbappends which are only applied when that # layer is included in our configuration