diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2019-05-09 18:58:38 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-05-09 14:49:49 -0300 |
commit | 3dc8f2fe59866395681e1aa0565b1d98ca27043e (patch) | |
tree | 4ae04ed58e19217690b8308006d04c1ad645a2ae /conf/machine | |
parent | 4d53f874a437096ef2361ff2d8deafd485f50b6a (diff) | |
download | meta-freescale-3dc8f2fe59866395681e1aa0565b1d98ca27043e.tar.gz |
imx-base: make sure sha384sum is available for all i.MX 8 variants
Image container generation of imx-boot requires sha384sum also
when building for i.MX 8 targets (e.g. i.MX 8QM). Make sure it
is available for all i.MX 8 families.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 48161c32..9e88935c 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -331,4 +331,4 @@ MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" | |||
331 | # Add the ability to specify _imx machines | 331 | # Add the ability to specify _imx machines |
332 | MACHINEOVERRIDES =. "imx:" | 332 | MACHINEOVERRIDES =. "imx:" |
333 | 333 | ||
334 | HOSTTOOLS_NONFATAL_append_mx8x = " sha384sum" | 334 | HOSTTOOLS_NONFATAL_append_mx8 = " sha384sum" |