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 15:04:55 -03:00 committed by Otavio Salvador
parent 98cbd732cf
commit c4b5ac6b20

View File

@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "fsl-arm-extra"
BBFILE_PATTERN_fsl-arm-extra := "^${LAYERDIR}/"
BBFILE_PRIORITY_fsl-arm-extra = "4"
LAYERSERIES_COMPAT_fsl-arm-extra = "sumo thud"
LAYERSERIES_COMPAT_fsl-arm-extra = "thud"
LAYERDEPENDS_fsl-arm-extra = "core freescale-layer"