From 0a8c97c08c2373f7d619d3f82137c46548a65505 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Sun, 22 Jun 2025 12:56:05 -0300 Subject: layer.conf: update for the whinlatter release series Fix current error: ERROR: Layer freescale-layer is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with walnascar) Signed-off-by: Hiago De Franco --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf index d35660501..2ad2dc1eb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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 = "walnascar" +LAYERSERIES_COMPAT_freescale-layer = "walnascar whinlatter" LAYERDEPENDS_freescale-layer = "core" # Add the Freescale-specific licenses into the metadata -- cgit v1.2.3-54-g00ecf