From 473880294fefa7fb0ee1e4bf57cc4007e8ad4a3b Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Mon, 27 Jul 2015 10:59:06 +0200 Subject: [PATCH] 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 --- meta-digi-arm/conf/machine/include/ccimx6.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/conf/machine/include/ccimx6.inc b/meta-digi-arm/conf/machine/include/ccimx6.inc index a3e80a348..fb0859a9d 100644 --- a/meta-digi-arm/conf/machine/include/ccimx6.inc +++ b/meta-digi-arm/conf/machine/include/ccimx6.inc @@ -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_EXTRA_RDEPENDS += " \ - e2fsprogs \ e2fsprogs-mke2fs \ + e2fsprogs-resize2fs \ parted \ u-boot-dey-fw-utils \ "