summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2025-06-22 12:56:05 -0300
committerHiago De Franco <hiago.franco@toradex.com>2025-06-22 12:58:20 -0300
commit0a8c97c08c2373f7d619d3f82137c46548a65505 (patch)
tree37597abdc26140dd611ecd2134c261051b4439fb
parentc724226831007df299332430df5da25a1ac320f5 (diff)
downloadmeta-freescale-0a8c97c08c2373f7d619d3f82137c46548a65505.tar.gz
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 <hiago.franco@toradex.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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 \
8BBFILE_COLLECTIONS += "freescale-layer" 8BBFILE_COLLECTIONS += "freescale-layer"
9BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" 9BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/"
10BBFILE_PRIORITY_freescale-layer = "5" 10BBFILE_PRIORITY_freescale-layer = "5"
11LAYERSERIES_COMPAT_freescale-layer = "walnascar" 11LAYERSERIES_COMPAT_freescale-layer = "walnascar whinlatter"
12LAYERDEPENDS_freescale-layer = "core" 12LAYERDEPENDS_freescale-layer = "core"
13 13
14# Add the Freescale-specific licenses into the metadata 14# Add the Freescale-specific licenses into the metadata