diff mbox series

[v2] layer.conf: Update LAYERSERIES_COMPAT for mickledore

Message ID 20230104200731.3003677-1-raj.khem@gmail.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [v2] layer.conf: Update LAYERSERIES_COMPAT for mickledore | expand

Commit Message

Khem Raj Jan. 4, 2023, 8:07 p.m. UTC
oe-core switched to mickedore [1]

[1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Keep langdale in LAYERSERIES_COMPAT

 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 39e7f9eb..25d8b990 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"
+LAYERSERIES_COMPAT_meta-ti-bsp = "langdale mickledore"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index b42c1a6a..072dc000 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"
+LAYERSERIES_COMPAT_meta-ti-extras = "langdale mickledore"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"