summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-09-12 04:44:22 +0000
committerRyan Eatmon <reatmon@ti.com>2023-09-20 17:30:56 -0500
commit58bf804889b31b2cf899b76dd0f18a9023fa3d61 (patch)
tree0182a3c044905d1eba7a513c8cc44ac4db11ed09 /meta-ti-extras
parentdbc6afc46e55b247606dfad5238137c8fa807843 (diff)
downloadmeta-ti-58bf804889b31b2cf899b76dd0f18a9023fa3d61.tar.gz
meta-ti: layer.conf: add compatibility with nanbield
OE-Core is switching layer compatibility to nanbield for the upcoming release. Signed-off-by: Denys Dmytriyenko <denys@konsulko.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 3665a4f0..a7cca42e 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" 12LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale mickledore nanbield"
13 13
14LICENSE_PATH += "${LAYERDIR}/licenses" 14LICENSE_PATH += "${LAYERDIR}/licenses"
15 15