summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-10-17 19:08:48 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-10-17 19:08:48 +0200
commitb0b9a677472f927561a11d1b7a55ccd573012645 (patch)
treeb42c433154a4bf48c279d313748163308276cbe7
parent962b01390fdc261b5f86921231792daa8f6af043 (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 6000bd8..e9416d1 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 = "zeus dunfell"
+LAYERSERIES_COMPAT_toradex-tegra-layer = "dunfell gatesgarth"