diff options
author | Michael Trimarchi <michael@amarulasolutions.com> | 2017-04-08 15:37:03 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-08 16:06:27 +0200 |
commit | a4d8252ee940bfcf2ad3261ea9f9a87e99d0056f (patch) | |
tree | eda23e80e22b50ea9780605e9ce614952622645f | |
parent | 6510f55d42f7f75007c00ce5de83a8e1be852c88 (diff) | |
download | buildroot-a4d8252ee940bfcf2ad3261ea9f9a87e99d0056f.tar.gz buildroot-a4d8252ee940bfcf2ad3261ea9f9a87e99d0056f.zip |
configs/beaglebone_qt5: increase size of ext4 filesystem image
In commit c6bca8cef0310bc649240b451989457ce94a8358, the
auto-calculation logic of the ext4 filesystem size was removed. The
default size of 60MB is too small for the beaglebone_qt5_defconfig,
should it should be increased.
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/beaglebone_qt5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/beaglebone_qt5_defconfig b/configs/beaglebone_qt5_defconfig index 78dc109736..cdf8b96c15 100644 --- a/configs/beaglebone_qt5_defconfig +++ b/configs/beaglebone_qt5_defconfig @@ -26,6 +26,7 @@ BR2_PACKAGE_TI_SGX_KM=y BR2_PACKAGE_TI_SGX_UM=y BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y +BR2_TARGET_ROOTFS_EXT2_BLOCKS=126976 BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y BR2_TARGET_UBOOT_CUSTOM_VERSION=y |