rocko migration: add missing dependency for 'truncate'
Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
199e48d635
commit
203dc44300
|
|
@ -8,6 +8,7 @@ def TRUSTFENCE_BOOTIMAGE_DEPENDS(d):
|
||||||
return "%s:do_image_complete" % tf_initramfs if tf_initramfs else ""
|
return "%s:do_image_complete" % tf_initramfs if tf_initramfs else ""
|
||||||
|
|
||||||
do_image_boot_vfat[depends] += " \
|
do_image_boot_vfat[depends] += " \
|
||||||
|
coreutils-native:do_populate_sysroot \
|
||||||
dosfstools-native:do_populate_sysroot \
|
dosfstools-native:do_populate_sysroot \
|
||||||
mtools-native:do_populate_sysroot \
|
mtools-native:do_populate_sysroot \
|
||||||
u-boot:do_deploy \
|
u-boot:do_deploy \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue