summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-06-05 09:23:23 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-06-05 09:23:23 +0200
commit90b27b19f9e2f83efcc9294450ad05b8d5839593 (patch)
tree0392697cb09b1027f52a58d19ad73e5033d9a7d4
parentac282d58f8e48df23ecbed79ab6754a879f13078 (diff)
layer.conf: add honister to 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 b3b323b..2a1272c 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 = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_toradex-bsp-common-layer = "gatesgarth hardknott honister"
BB_DANGLINGAPPENDS_WARNONLY = "true"