summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-03-19 10:25:44 -0500
committerRyan Eatmon <reatmon@ti.com>2024-03-19 13:49:16 -0500
commit0be56b799d29bde1950d04b966f401729155bcd0 (patch)
tree1e2fc1374802db0d3496ec5681696f0fbf9d1647 /meta-ti-extras
parent0584bef40f3806613d0d2c3ff0c990705cba3a5b (diff)
downloadmeta-ti-0be56b799d29bde1950d04b966f401729155bcd0.tar.gz
layer.conf: Update LAYERSERIES
Update the compatibility to just scarthgap. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r--meta-ti-extras/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index a05dbe5f..9c39fc6a 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 = "scarthgap"
13 13
14LICENSE_PATH += "${LAYERDIR}/licenses" 14LICENSE_PATH += "${LAYERDIR}/licenses"
15 15