From a1901571aebad6d4d9433693d85a707eae9191f0 Mon Sep 17 00:00:00 2001 From: "C.R. Guo" Date: Mon, 9 Apr 2018 11:58:24 +0800 Subject: 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 --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/layer.conf') 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" -- cgit v1.2.3-54-g00ecf