summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-03-23 10:12:02 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-03-23 10:12:02 +0100
commitaa57186f601efd791bcf17dd9c7d1dcfc111156d (patch)
tree541e3ca4041b92a1b2db22ad789a9c13339af3be /conf
parente06c552ef433689b12caef0bf1f589d0cab180f9 (diff)
layer.conf: add hardknott, drop dunfell in compat layer
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 7dc30bc..b3b323b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -17,6 +17,6 @@ BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \
for layer in BBFILE_COLLECTIONS.split())}"
LAYERDEPENDS_toradex-bsp-common-layer = "core"
-LAYERSERIES_COMPAT_toradex-bsp-common-layer = "dunfell gatesgarth"
+LAYERSERIES_COMPAT_toradex-bsp-common-layer = "gatesgarth hardknott"
BB_DANGLINGAPPENDS_WARNONLY = "true"