]> code.ossystems Code Review - meta-freescale.git/commitdiff
meta-freescale: Add LAYERSERIES_COMPAT markup to layer.conf
authorC.R. Guo <chunrong.guo@nxp.com>
Mon, 9 Apr 2018 03:58:24 +0000 (11:58 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 11 Apr 2018 13:26:14 +0000 (10:26 -0300)
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 <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/layer.conf

index fbb5e7f2bb8dd83bcf74c5cb49bfb503cb12d0ee..843277b930c6532ad12cf287ae472e3d260fdd2b 100644 (file)
@@ -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"