diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-03 10:36:07 -0800 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-01-04 13:17:27 -0600 |
commit | e18e18005d6459a8ad3675830cf1141af7790221 (patch) | |
tree | 16149448ab5b9ddf8d5a3ae449c879577aa3aaca /meta-ti-extras/conf | |
parent | bd1318d2ed0ef70158cb12f03f6172b71ef078b5 (diff) | |
download | meta-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/conf')
-rw-r--r-- | meta-ti-extras/conf/layer.conf | 2 |
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" | |||
9 | BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_meta-ti-extras = "6" | 10 | BBFILE_PRIORITY_meta-ti-extras = "6" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale" | 12 | LAYERSERIES_COMPAT_meta-ti-extras = "mickledore" |
13 | 13 | ||
14 | LICENSE_PATH += "${LAYERDIR}/licenses" | 14 | LICENSE_PATH += "${LAYERDIR}/licenses" |
15 | 15 | ||