summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-03 10:36:07 -0800
committerRyan Eatmon <reatmon@ti.com>2023-01-04 13:17:27 -0600
commite18e18005d6459a8ad3675830cf1141af7790221 (patch)
tree16149448ab5b9ddf8d5a3ae449c879577aa3aaca /meta-ti-extras
parentbd1318d2ed0ef70158cb12f03f6172b71ef078b5 (diff)
downloadmeta-ti-e18e18005d6459a8ad3675830cf1141af7790221.tar.gz
layer.conf: Update LAYERSERIES_COMPAT for mickledore
oe-core switched to mickedore [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@gmail.com> 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 b42c1a6a..cbe9d83a 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" 12LAYERSERIES_COMPAT_meta-ti-extras = "mickledore"
13 13
14LICENSE_PATH += "${LAYERDIR}/licenses" 14LICENSE_PATH += "${LAYERDIR}/licenses"
15 15