diff mbox series

[master] meta-ti: layer.conf: add compatibility with nanbield

Message ID 20230912044422.1080720-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] meta-ti: layer.conf: add compatibility with nanbield | expand

Commit Message

Denys Dmytriyenko Sept. 12, 2023, 4:44 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

OE-Core is switching layer compatibility to nanbield for the upcoming release.

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 8d80fc55..68651b8d 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 = "kirkstone langdale mickledore"
+LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone langdale mickledore nanbield"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index 3665a4f0..a7cca42e 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 = "kirkstone langdale mickledore"
+LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale mickledore nanbield"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"