summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-03-23 10:14:17 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-03-23 16:57:37 +0100
commit225f5d5255b3b0f2c4bc3d4cf65e9bc8f848a82e (patch)
tree0d17f927b531ffad770ad5511fff1ef4a7b28207
parent9c87ae9ed57d5f72db570b546406cacc345feaa0 (diff)
layer.conf: add hardknott, drop dunfell in compat layer
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.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 e9416d1..c8da5eb 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -17,4 +17,4 @@ BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \
for layer in BBFILE_COLLECTIONS.split())}"
LAYERDEPENDS_toradex-tegra-layer = "core"
-LAYERSERIES_COMPAT_toradex-tegra-layer = "dunfell gatesgarth"
+LAYERSERIES_COMPAT_toradex-tegra-layer = "gatesgarth hardknott"