summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-ti-bsp/conf/layer.conf2
-rw-r--r--meta-ti-extras/conf/layer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index 52b04b6e..ea6a12fa 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 = "kirkstone langdale mickledore" 12LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone langdale mickledore nanbield"
13 13
14LICENSE_PATH += "${LAYERDIR}/licenses" 14LICENSE_PATH += "${LAYERDIR}/licenses"
15 15
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