ccimx93: fix ext4 filesystems resizing on first boot

Add the missing tools to automatically do the EXT4 filesystem resizing
on first boot.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2023-02-28 12:15:38 +01:00
parent f64adbbe25
commit ce061aea67
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ SPL_BINARY = "spl/u-boot-spl.bin"
ATF_PLATFORM = "imx93"
MACHINE_EXTRA_RDEPENDS += " \
e2fsprogs-mke2fs \
e2fsprogs-resize2fs \
parted \
xbee-init \
"