summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2021-03-20 02:07:19 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-19 17:53:47 -0500
commitcfe3f785739428552ffd9afe24b9f2000d1d2cc6 (patch)
tree2fbdb30e061985c1cc4d094ffe807fee1f78f9ec
parentf602c80eb8027817a39620b9821a26705f630627 (diff)
downloadmeta-ti-cfe3f785739428552ffd9afe24b9f2000d1d2cc6.tar.gz
layer.conf: add hardknott to compatible release branches
While at it, remove old releases before dunfell. Signed-off-by: Khem Raj <raj.khem@gmail.com> 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 2393e61a..3bed9fce 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 gatesgarth" 11LAYERSERIES_COMPAT_meta-ti = "dunfell gatesgarth hardknott"
12 12
13LICENSE_PATH += "${LAYERDIR}/licenses" 13LICENSE_PATH += "${LAYERDIR}/licenses"
14 14