From b25a3bb8d19429f46e8f86ded6d0622748f80c63 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Sun, 22 Jun 2025 14:07:31 -0300 Subject: 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 Signed-off-by: Ryan Eatmon --- meta-beagle/conf/layer.conf | 2 +- meta-ti-bsp/conf/layer.conf | 2 +- 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" BBFILE_PATTERN_meta-beagle := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-beagle = "6" -LAYERSERIES_COMPAT_meta-beagle = "styhead walnascar" +LAYERSERIES_COMPAT_meta-beagle = "walnascar whinlatter" LAYERDEPENDS_meta-beagle = " \ 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" BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-ti-bsp = "6" -LAYERSERIES_COMPAT_meta-ti-bsp = "styhead walnascar" +LAYERSERIES_COMPAT_meta-ti-bsp = "walnascar whinlatter" LICENSE_PATH += "${LAYERDIR}/licenses" 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" BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-ti-extras = "6" -LAYERSERIES_COMPAT_meta-ti-extras = "styhead walnascar" +LAYERSERIES_COMPAT_meta-ti-extras = "walnascar whinlatter" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit v1.2.3-54-g00ecf