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 <gabriel.valcazar@digi.com>
This commit is contained in:
parent
7f076d951b
commit
17b054059d
|
|
@ -31,6 +31,7 @@ DEPENDS += " \
|
||||||
${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'optee-os-imx', '', d)} \
|
${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'optee-os-imx', '', d)} \
|
||||||
"
|
"
|
||||||
DEPENDS_append_mx8mq = " dtc-native"
|
DEPENDS_append_mx8mq = " dtc-native"
|
||||||
|
DEPENDS_append_ccimx8x = " coreutils-native"
|
||||||
|
|
||||||
# For i.MX 8, this package aggregates the imx-m4-demos
|
# For i.MX 8, this package aggregates the imx-m4-demos
|
||||||
# output. Note that this aggregation replaces the aggregation
|
# output. Note that this aggregation replaces the aggregation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue