From 3dc8f2fe59866395681e1aa0565b1d98ca27043e Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 9 May 2019 18:58:38 +0200 Subject: [PATCH] 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 --- conf/machine/include/imx-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" # Add the ability to specify _imx machines MACHINEOVERRIDES =. "imx:" -HOSTTOOLS_NONFATAL_append_mx8x = " sha384sum" +HOSTTOOLS_NONFATAL_append_mx8 = " sha384sum" -- 2.40.1