summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
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-bsp
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-bsp')
-rw-r--r--meta-ti-bsp/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"
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 = "mickledore" 12LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone langdale mickledore"
13 13
14LICENSE_PATH += "${LAYERDIR}/licenses" 14LICENSE_PATH += "${LAYERDIR}/licenses"
15 15