layer.conf: update for the whinlatter release series

Fix current error:
ERROR: Layer freescale-3rdparty is not compatible with the core layer
which only supports these series: whinlatter (layer is compatible with
styhead walnascar)

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
This commit is contained in:
Hiago De Franco 2025-06-22 13:00:38 -03:00
parent 56520e0c84
commit ef479f49f6

View File

@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "freescale-3rdparty"
BBFILE_PATTERN_freescale-3rdparty := "^${LAYERDIR}/"
BBFILE_PRIORITY_freescale-3rdparty = "4"
LAYERSERIES_COMPAT_freescale-3rdparty = "styhead walnascar"
LAYERSERIES_COMPAT_freescale-3rdparty = "walnascar whinlatter"
LAYERDEPENDS_freescale-3rdparty = "core freescale-layer"