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:
parent
f64adbbe25
commit
ce061aea67
|
|
@ -40,6 +40,9 @@ SPL_BINARY = "spl/u-boot-spl.bin"
|
||||||
ATF_PLATFORM = "imx93"
|
ATF_PLATFORM = "imx93"
|
||||||
|
|
||||||
MACHINE_EXTRA_RDEPENDS += " \
|
MACHINE_EXTRA_RDEPENDS += " \
|
||||||
|
e2fsprogs-mke2fs \
|
||||||
|
e2fsprogs-resize2fs \
|
||||||
|
parted \
|
||||||
xbee-init \
|
xbee-init \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue