diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-11-29 18:37:41 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-12-13 07:26:04 -0200 |
commit | 47cfb92dcf88c832c7160eafb692a241e63c4125 (patch) | |
tree | efd630764d538d6b48ab33a2e0803250178ce24e | |
parent | eb2b9bf4cefa47175e76eaa50d4a58b5117bdc72 (diff) | |
download | meta-freescale-47cfb92dcf88c832c7160eafb692a241e63c4125.tar.gz |
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 <tom.hochstein@nxp.com>
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
314 | 314 | ||
315 | # Add the ability to specify _imx machines | 315 | # Add the ability to specify _imx machines |
316 | MACHINEOVERRIDES =. "imx:" | 316 | MACHINEOVERRIDES =. "imx:" |
317 | |||
318 | HOSTTOOLS_NONFATAL_append_mx8x = " sha384sum" | ||