summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-02-26 16:16:54 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-02-28 13:59:03 +0100
commit8b753c5ba7f0a13ada2fe77f884e79f9d6f2e34c (patch)
treefe83d13b563ce64482d01dedfbf19c6f6d0f703d /conf
parenta3c89838f21fa5ecca6aa1c39c26094a94944711 (diff)
tezi-metadata: follow changed variable names
This changes the layer's compatibility to only kirkstone. 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 6fcf256..841f110 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 = "hardknott honister kirkstone"
+LAYERSERIES_COMPAT_toradex-bsp-common-layer = "kirkstone"
BB_DANGLINGAPPENDS_WARNONLY = "true"