1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

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>
This commit is contained in:
Hiago De Franco
2025-06-22 14:07:31 -03:00
committed by Ryan Eatmon
parent 19aba16654
commit b25a3bb8d1
3 changed files with 3 additions and 3 deletions

View File

@@ -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 \

View File

@@ -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"

View File

@@ -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"