From 17b054059d7f6a95e0b7c210035391df25f9fd63 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 16 Oct 2018 18:13:47 +0200 Subject: [PATCH] imx-boot: add coreutils-native as a dependency for the ccimx8x The "sha384sum" tool included in the coreutils package is needed by mkimage when creating the imx-boot image. https://jira.digi.com/browse/DEL-6158 Signed-off-by: Gabriel Valcazar --- meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bb b/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bb index b1360f177..00583264b 100644 --- a/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bb +++ b/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bb @@ -31,6 +31,7 @@ DEPENDS += " \ ${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'optee-os-imx', '', d)} \ " DEPENDS_append_mx8mq = " dtc-native" +DEPENDS_append_ccimx8x = " coreutils-native" # For i.MX 8, this package aggregates the imx-m4-demos # output. Note that this aggregation replaces the aggregation