summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2021-03-20 02:07:39 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-19 17:57:22 -0500
commit00eb3341d40a7db02595b47eab010103f6b5778b (patch)
tree2ef41ec490902e6e0bb6b6cf96d9d224d7fa40ec
parent1bd20733100b92601e56cfa69849c14746b35c60 (diff)
downloadmeta-ti-00eb3341d40a7db02595b47eab010103f6b5778b.tar.gz
layer.conf: remove releases before dunfell as compatible
For dunfell meta-ti moved to depend on meta-arm and is no longer compatible with older releases. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 7848d196..26a42f7f 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-ti"
8BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" 8BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
9BBFILE_PRIORITY_meta-ti = "6" 9BBFILE_PRIORITY_meta-ti = "6"
10 10
11LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell" 11LAYERSERIES_COMPAT_meta-ti = "dunfell"
12 12
13LICENSE_PATH += "${LAYERDIR}/licenses" 13LICENSE_PATH += "${LAYERDIR}/licenses"
14 14