conf/layer.conf: Support only thud release

If you want to use sumo release, please use sumo platform.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
Fabio Berton 2019-04-02 14:57:01 -03:00 committed by Otavio Salvador
parent 699671cc0a
commit f5c932229c

View File

@ -8,7 +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 thud"
LAYERSERIES_COMPAT_freescale-layer = "thud"
# Add the Freescale-specific licenses into the metadata
LICENSE_PATH += "${LAYERDIR}/custom-licenses"