summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-08-17 09:07:45 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-08-17 09:16:14 +0200
commit1914b33f70f13b5460152daaf49de7511e4990ee (patch)
tree40237a424e6e60da4608655a6d85f7bfcdc87def
parent06e730f037ada9aa01656782a6cb3fb62e9b3044 (diff)
image_type_tezi: drop device-tree-overlays
They currently do not build against the downstream kernel, drop them if building for a downstream kernel for now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--classes/image_type_tezi.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/image_type_tezi.bbclass b/classes/image_type_tezi.bbclass
index 5d505e3..5340568 100644
--- a/classes/image_type_tezi.bbclass
+++ b/classes/image_type_tezi.bbclass
@@ -11,7 +11,8 @@
do_image_teziimg[recrdeptask] += "do_deploy"
do_image_teziimg_distro[recrdeptask] += "do_deploy"
-WKS_FILE_DEPENDS_append = " tezi-metadata virtual/dtb "
+WKS_FILE_DEPENDS_append_use-mainline-bsp = " tezi-metadata virtual/dtb "
+WKS_FILE_DEPENDS_append = " tezi-metadata "
DEPENDS += "${WKS_FILE_DEPENDS}"
RM_WORK_EXCLUDE += "${PN}"