meta-digi-arm: install e2fsprogs-resize2fs package
The 'resize2fs' command we use to resize the filesystem on first boot has been moved from standard 'e2fsprogs' package to its own 'e2fsprogs-resize2fs', so this is the one we need to include now. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
3c1526ede5
commit
473880294f
|
|
@ -23,8 +23,8 @@ MACHINE_FIRMWARE_append_mx6dl = " firmware-imx-vpu-imx6d"
|
||||||
MACHINE_FIRMWARE_append = " ${@base_conditional('HAVE_BT', '1' , 'firmware-atheros-ar3k', '', d)}"
|
MACHINE_FIRMWARE_append = " ${@base_conditional('HAVE_BT', '1' , 'firmware-atheros-ar3k', '', d)}"
|
||||||
|
|
||||||
MACHINE_EXTRA_RDEPENDS += " \
|
MACHINE_EXTRA_RDEPENDS += " \
|
||||||
e2fsprogs \
|
|
||||||
e2fsprogs-mke2fs \
|
e2fsprogs-mke2fs \
|
||||||
|
e2fsprogs-resize2fs \
|
||||||
parted \
|
parted \
|
||||||
u-boot-dey-fw-utils \
|
u-boot-dey-fw-utils \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue