]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: Add sha384sum to fix 8X builds of imx-boot
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 30 Nov 2018 00:37:41 +0000 (18:37 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Dec 2018 09:26:04 +0000 (07:26 -0200)
Fix the following build error:
| sh: 1: sha384sum: not found
| Failed to hash file: scfw_tcm.bin

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
conf/machine/include/imx-base.inc

index d9333d41c537b22481f3871d3c029b3ca4e8e87d..8e063c2b3147af7dfc89ac5ad019ff5a9e779392 100644 (file)
@@ -314,3 +314,5 @@ MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
 
 # Add the ability to specify _imx machines
 MACHINEOVERRIDES =. "imx:"
+
+HOSTTOOLS_NONFATAL_append_mx8x = " sha384sum"