summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-05-09 18:58:38 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-05-17 07:56:07 -0300
commitaaa5df7688590630f23aaf94c0f945247416d4de (patch)
tree4ae04ed58e19217690b8308006d04c1ad645a2ae
parentf99961c532587a407b08f7dcbb5b5c6564dbe255 (diff)
downloadmeta-freescale-aaa5df7688590630f23aaf94c0f945247416d4de.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>
-rw-r--r--conf/machine/include/imx-base.inc2
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
332MACHINEOVERRIDES =. "imx:" 332MACHINEOVERRIDES =. "imx:"
333 333
334HOSTTOOLS_NONFATAL_append_mx8x = " sha384sum" 334HOSTTOOLS_NONFATAL_append_mx8 = " sha384sum"