summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-10-17 18:47:59 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-10-20 14:49:04 +0200
commit832d41be5b0b7d8c23c927dc3db44d3c9b073fb6 (patch)
tree635f19b57255dd2f4f55f3deb36d63728909ce6f
parentcef4dbb2dc3fb581eb0b2c83f72655ecbcca299a (diff)
.conf: Make layer compatible only with dunfell and gatesgarth
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 360ae15..7dc30bc 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 = "zeus dunfell"
+LAYERSERIES_COMPAT_toradex-bsp-common-layer = "dunfell gatesgarth"
BB_DANGLINGAPPENDS_WARNONLY = "true"