diff mbox series

[meta-ti,master] layer.conf: Add kirkstone, langdale back into LAYERSERIES_COMPAT

Message ID 20230109204223.10328-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master] layer.conf: Add kirkstone, langdale back into LAYERSERIES_COMPAT | expand

Commit Message

Ryan Eatmon Jan. 9, 2023, 8:42 p.m. UTC
Rather than just support mickledore we should also support the other
layers that we still support to ensure that as many as different
versions we can.

Signed-off-by: Ryan Eatmon <reatmon@ti.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 f3d43eee..228933cf 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 = "mickledore"
+LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone langdale mickledore"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index cbe9d83a..3665a4f0 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 = "mickledore"
+LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale mickledore"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"