From: C.R. Guo Date: Mon, 9 Apr 2018 03:58:24 +0000 (+0800) Subject: meta-freescale: Add LAYERSERIES_COMPAT markup to layer.conf X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a1901571aebad6d4d9433693d85a707eae9191f0;p=meta-freescale.git meta-freescale: Add LAYERSERIES_COMPAT markup to layer.conf This means mismatched layers are more clearly identified to the user in cases where compatibility has not been tested. (From meta-yocto rev: ca35ea46708e0514e4d5a20950880be0bf1d4147) Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/conf/layer.conf b/conf/layer.conf index fbb5e7f2..843277b9 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,6 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "freescale-layer" BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_freescale-layer = "5" +LAYERSERIES_COMPAT_freescale-layer = "sumo" # Add the Freescale-specific licenses into the metadata LICENSE_PATH += "${LAYERDIR}/custom-licenses"