diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2025-06-22 14:07:31 -0300 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-06-22 16:11:47 -0500 |
commit | b25a3bb8d19429f46e8f86ded6d0622748f80c63 (patch) | |
tree | 22f3eb4b2f629d7c5ce9b9d4c7bda5825b8e07c7 | |
parent | 19aba166544a558e3596de3376f80375e0bd9758 (diff) | |
download | meta-ti-b25a3bb8d19429f46e8f86ded6d0622748f80c63.tar.gz |
meta-ti: layer.conf: add compatibility with the new whinlatter release
Update all layers with the new Yocto release, fixing the current build
error:
ERROR: Layer meta-ti-bsp 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>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-beagle/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-ti-extras/conf/layer.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-beagle/conf/layer.conf b/meta-beagle/conf/layer.conf index b5d3eaaa..d036bb08 100644 --- a/meta-beagle/conf/layer.conf +++ b/meta-beagle/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-beagle" | |||
8 | BBFILE_PATTERN_meta-beagle := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_meta-beagle := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_meta-beagle = "6" | 9 | BBFILE_PRIORITY_meta-beagle = "6" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_meta-beagle = "styhead walnascar" | 11 | LAYERSERIES_COMPAT_meta-beagle = "walnascar whinlatter" |
12 | 12 | ||
13 | LAYERDEPENDS_meta-beagle = " \ | 13 | LAYERDEPENDS_meta-beagle = " \ |
14 | meta-ti-bsp \ | 14 | meta-ti-bsp \ |
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf index 6d2b0a9a..481daf2c 100644 --- a/meta-ti-bsp/conf/layer.conf +++ b/meta-ti-bsp/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-bsp" | |||
9 | BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_meta-ti-bsp = "6" | 10 | BBFILE_PRIORITY_meta-ti-bsp = "6" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_meta-ti-bsp = "styhead walnascar" | 12 | LAYERSERIES_COMPAT_meta-ti-bsp = "walnascar whinlatter" |
13 | 13 | ||
14 | LICENSE_PATH += "${LAYERDIR}/licenses" | 14 | LICENSE_PATH += "${LAYERDIR}/licenses" |
15 | 15 | ||
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf index bd139673..d340c414 100644 --- a/meta-ti-extras/conf/layer.conf +++ b/meta-ti-extras/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras" | |||
9 | BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_meta-ti-extras = "6" | 10 | BBFILE_PRIORITY_meta-ti-extras = "6" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_meta-ti-extras = "styhead walnascar" | 12 | LAYERSERIES_COMPAT_meta-ti-extras = "walnascar whinlatter" |
13 | 13 | ||
14 | LICENSE_PATH += "${LAYERDIR}/licenses" | 14 | LICENSE_PATH += "${LAYERDIR}/licenses" |
15 | 15 | ||