<div dir="ltr"><div>Hi Fabio</div><div><br></div><div>Thanks for the patch. One thing less on my todo list!</div><div><br></div><div>Regards</div><div>Max<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-07-31 15:08 GMT+02:00 Fabio Berton <span dir="ltr"><<a href="mailto:fabio.berton@ossystems.com.br" target="_blank">fabio.berton@ossystems.com.br</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">commit 040e4f031f2dc581c48253405da903<wbr>6def035b68 (HEAD -> dev, ssh-push/master-next, ssh-push/master)<br>
Author: Max Krummenacher <<a href="mailto:max.krummenacher@toradex.com">max.krummenacher@toradex.com</a>><br>
Date:  Â Mon Jul 23 22:13:19 2018 +0200<br>
<br>
  Â  dtc-145: Deploy renamed binary only and add new class<br>
<br>
  Â  dtc-145-native is used by older U-Boot recipes. U-Boot only depends on<br>
  Â  the native dtc binary. So, to not clash with files from the regular dtc native<br>
  Â  build do only install the dtc binary renamed to dtc-145. Also, create<br>
  Â  a new class to handle with dtc-145 dependency.<br>
<br>
Signed-off-by: Fabio Berton <<a href="mailto:fabio.berton@ossystems.com.br">fabio.berton@ossystems.com.br</a><wbr>><br>
---<br>
 recipes-bsp/u-boot/u-boot-<wbr>toradex.inc | 4 ++--<br>
 1 file changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/recipes-bsp/u-boot/u-boot-<wbr>toradex.inc b/recipes-bsp/u-boot/u-boot-<wbr>toradex.inc<br>
index a9c8f99..67e9976 100644<br>
--- a/recipes-bsp/u-boot/u-boot-<wbr>toradex.inc<br>
+++ b/recipes-bsp/u-boot/u-boot-<wbr>toradex.inc<br>
@@ -10,12 +10,12 @@ SUMMARY = "U-Boot bootloader with support for Toradex Computer on Modules"<br>
 LICENSE = "GPLv2+"<br>
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=<wbr>a2c678cfd4a4d97135585cad908541<wbr>c6"<br>
<br>
-DEPENDS_append = " dtc-145-native"<br>
-<br>
 PROVIDES += "u-boot"<br>
<br>
 SRC_URI = "git://<a href="http://git.toradex.com/u-boot-toradex.git;branch=${SRCBRANCH}" rel="noreferrer" target="_blank">git.toradex.com/u-boot-<wbr>toradex.git;branch=${<wbr>SRCBRANCH}</a>"<br>
<br>
 S = "${WORKDIR}/git"<br>
<br>
+inherit dtc-145<br>
+<br>
 PACKAGE_ARCH = "${MACHINE_ARCH}"<br>
<span class="HOEnZb"><font color="#888888">-- <br>
2.18.0<br>
<br>
-- <br>
______________________________<wbr>_________________<br>
meta-freescale mailing list<br>
<a href="mailto:meta-freescale@yoctoproject.org">meta-freescale@yoctoproject.<wbr>org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/meta-freescale" rel="noreferrer" target="_blank">https://lists.yoctoproject.<wbr>org/listinfo/meta-freescale</a><br>
</font></span></blockquote></div><br></div>