diff mbox series

layer.conf: add compatibility with walnascar

Message ID 20241012211710.54173-1-denis@denix.org
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series layer.conf: add compatibility with walnascar | expand

Commit Message

Denys Dmytriyenko Oct. 12, 2024, 9:17 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

The next Yocto Project release is called walnascar and OE-Core master branch
is now marked accordingly. Add layer compatibility with walnascar.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/conf/layer.conf    | 2 +-
 meta-ti-extras/conf/layer.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index e87221f3..1fffb971 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 = "scarthgap styhead"
+LAYERSERIES_COMPAT_meta-ti-bsp = "scarthgap styhead walnascar"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index a8c68343..5c493daa 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 = "scarthgap styhead"
+LAYERSERIES_COMPAT_meta-ti-extras = "scarthgap styhead walnascar"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"