From: Tom Hochstein Date: Fri, 30 Nov 2018 00:37:41 +0000 (-0600) Subject: imx-base.inc: Add sha384sum to fix 8X builds of imx-boot X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=47cfb92dcf88c832c7160eafb692a241e63c4125;p=meta-freescale.git imx-base.inc: Add sha384sum to fix 8X builds of imx-boot Fix the following build error: | sh: 1: sha384sum: not found | Failed to hash file: scfw_tcm.bin Signed-off-by: Tom Hochstein --- diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index d9333d41..8e063c2b 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -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"