summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-01-09 14:38:42 -0600
committerRyan Eatmon <reatmon@ti.com>2023-01-11 14:53:10 -0600
commit54087fb0eaa9cd3086d07c21b30439fee7aa8410 (patch)
treea94ba4442f3fd1dffdc39f36d8174de845529753 /meta-ti-extras
parente18e18005d6459a8ad3675830cf1141af7790221 (diff)
downloadmeta-ti-54087fb0eaa9cd3086d07c21b30439fee7aa8410.tar.gz
layer.conf: Add kirkstone, langdale back into LAYERSERIES_COMPAT
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>
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 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"
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 = "mickledore" 12LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale mickledore"
13 13
14LICENSE_PATH += "${LAYERDIR}/licenses" 14LICENSE_PATH += "${LAYERDIR}/licenses"
15 15