minnowboard_max-graphical: increase ext4 filesystem size
authorArnout Vandecappelle <arnout@mind.be>
Wed, 12 Apr 2017 12:56:25 +0000 (14:56 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 12 Apr 2017 19:02:53 +0000 (21:02 +0200)
Now we have changed the default ext2/3/4 filesystem size from automatic
to 60MB, the minnowboard_max graphical demo config doesn't fit anymore.
So increase it to double.

The exact number doesn't matter much, it has to be somewhat smaller
than 128MiB, so let's take a round number of 120000K.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
configs/minnowboard_max-graphical_defconfig

index ac363361ed05a7742cc6e6373efbd3064a10101f..e8eb133f130eb2613c11e02fefdd321a52481216 100644 (file)
@@ -69,5 +69,6 @@ BR2_PACKAGE_STARTUP_NOTIFICATION=y
 # Filesystem image
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
+BR2_TARGET_ROOTFS_EXT2_BLOCKS=120000
 # BR2_TARGET_ROOTFS_TAR is not set