OSDN Git Service

Use ext4 file system for generic_x86 userdata partition
authorBruce Beare <bruce.j.beare@intel.com>
Mon, 27 Dec 2010 21:05:23 +0000 (13:05 -0800)
committerDavid 'Digit' Turner <digit@google.com>
Thu, 7 Jul 2011 01:45:56 +0000 (03:45 +0200)
Orig-Change-Id: I05710c2bda521b35712513bc219fc73ed00e4617
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
target/board/generic_x86/BoardConfig.mk

index 485d685..f906570 100644 (file)
@@ -9,7 +9,7 @@ USE_CAMERA_STUB := true
 TARGET_PROVIDES_INIT_RC := true
 USE_CUSTOM_RUNTIME_HEAP_MAX := "32M"
 TARGET_CPU_ABI := x86
-TARGET_USERIMAGES_USE_EXT2 := true
+TARGET_USERIMAGES_USE_EXT4 := true
 TARGET_BOOTIMAGE_USE_EXT2 := true
 
 # For VirtualBox and likely other emulators
@@ -20,6 +20,8 @@ TARGET_DISK_LAYOUT_CONFIG := build/target/board/generic_x86/disk_layout.conf
 BOARD_BOOTIMAGE_MAX_SIZE := 8388608
 BOARD_SYSLOADER_MAX_SIZE := 7340032
 BOARD_FLASH_BLOCK_SIZE := 512
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 50M
+BOARD_INSTALLERIMAGE_PARTITION_SIZE := 500M
 
 
 # The eth0 device should be started with dhcp on boot.