summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-10-17 18:53:26 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-10-17 18:53:26 +0200
commit3ac9d557e46037a70a062df873ea2f3fea33f195 (patch)
tree05cf14c7bcb5497dea99cd518c35184b408e5449
parent78ed5d287f3f2bfb38ac2e66d5f2217cbb2f0268 (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 22a19bc..d0e5abc 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,4 +12,4 @@ BBFILE_PATTERN_IGNORE_EMPTY_meta-toradex-distro = "1"
BBFILE_PRIORITY_meta-toradex-distro = "21"
LAYERDEPENDS_meta-toradex-distro = "core yocto"
-LAYERSERIES_COMPAT_meta-toradex-distro = "zeus dunfell"
+LAYERSERIES_COMPAT_meta-toradex-distro = "dunfell gatesgarth"