summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-04-16 14:41:25 -0500
committerRyan Eatmon <reatmon@ti.com>2024-04-17 13:36:59 -0500
commite5a87c42d9c9f601482d72ccb650977c2d5663d1 (patch)
tree51c7a8d9e522b07482c3d7623c0335b592e1fcca
parentab7ed505a49360006a30a1fa480cce28ebf6d8a6 (diff)
downloadmeta-ti-e5a87c42d9c9f601482d72ccb650977c2d5663d1.tar.gz
conf/layer.conf: Update LAYERSERIES_COMPAT
Update LAYERSERIES_COMPAT to remove EOL branches and add future styhead. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/layer.conf2
-rw-r--r--meta-ti-extras/conf/layer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index 502e355f..03cbd7ea 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-bsp"
9BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/" 9BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
10BBFILE_PRIORITY_meta-ti-bsp = "6" 10BBFILE_PRIORITY_meta-ti-bsp = "6"
11 11
12LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone langdale mickledore nanbield scarthgap" 12LAYERSERIES_COMPAT_meta-ti-bsp = "nanbield scarthgap styhead"
13 13
14LICENSE_PATH += "${LAYERDIR}/licenses" 14LICENSE_PATH += "${LAYERDIR}/licenses"
15 15
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index a05dbe5f..f2d6b250 100644
--- a/meta-ti-extras/conf/layer.conf
+++ b/meta-ti-extras/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras"
9BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" 9BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
10BBFILE_PRIORITY_meta-ti-extras = "6" 10BBFILE_PRIORITY_meta-ti-extras = "6"
11 11
12LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale mickledore nanbield scarthgap" 12LAYERSERIES_COMPAT_meta-ti-extras = "nanbield scarthgap styhead"
13 13
14LICENSE_PATH += "${LAYERDIR}/licenses" 14LICENSE_PATH += "${LAYERDIR}/licenses"
15 15