From 47cfb92dcf88c832c7160eafb692a241e63c4125 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 29 Nov 2018 18:37:41 -0600 Subject: 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 --- conf/machine/include/imx-base.inc | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3-54-g00ecf