configs/raspberrypi3_defconfig: increase filesystem size
authorLeon Anavi <leon.anavi@konsulko.com>
Fri, 29 Jun 2018 09:23:10 +0000 (12:23 +0300)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 7 Jul 2018 22:32:06 +0000 (00:32 +0200)
commite26a71d1a96aefcc6a63051207b26ea4282afb10
tree6bf122aed9be6d600a185dd6dc5d72ba6fb25a8a
parent0fe0c50d3683be4975a4551ac183707692b11215
configs/raspberrypi3_defconfig: increase filesystem size

Increase the filesystem size for raspberrypi3 by setting
BR2_TARGET_ROOTFS_EXT2_SIZE to "120M". The filesystem for
raspberrypi3_64 has the same size. The size is so large because the
kernel config enables many many modules.

Fixes:
Copying files into the device: __populate_fs: Could not allocate block in ext2 filesystem while writing file "services"
mkfs.ext4: Could not allocate block in ext2 filesystem while populating file system

This error is not reproducible, it seems to depend on e.g. directory
ordering.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
configs/raspberrypi3_defconfig