From ef479f49f647b5d000e135ecc56efeee2a8b7083 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Sun, 22 Jun 2025 13:00:38 -0300 Subject: [PATCH] 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 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index a7787a1..c8215eb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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"