diff options
| author | Hiago De Franco <hiago.franco@toradex.com> | 2025-06-22 12:56:05 -0300 |
|---|---|---|
| committer | Hiago De Franco <hiago.franco@toradex.com> | 2025-06-22 12:58:20 -0300 |
| commit | 0a8c97c08c2373f7d619d3f82137c46548a65505 (patch) | |
| tree | 37597abdc26140dd611ecd2134c261051b4439fb | |
| parent | c724226831007df299332430df5da25a1ac320f5 (diff) | |
| download | meta-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.conf | 2 |
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 \ | |||
| 8 | BBFILE_COLLECTIONS += "freescale-layer" | 8 | BBFILE_COLLECTIONS += "freescale-layer" |
| 9 | BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_freescale-layer = "5" | 10 | BBFILE_PRIORITY_freescale-layer = "5" |
| 11 | LAYERSERIES_COMPAT_freescale-layer = "walnascar" | 11 | LAYERSERIES_COMPAT_freescale-layer = "walnascar whinlatter" |
| 12 | LAYERDEPENDS_freescale-layer = "core" | 12 | LAYERDEPENDS_freescale-layer = "core" |
| 13 | 13 | ||
| 14 | # Add the Freescale-specific licenses into the metadata | 14 | # Add the Freescale-specific licenses into the metadata |
