Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Add system image size for X86
Browse files Browse the repository at this point in the history
It was defaulting to 128M which was slightly too small for all the
applications. Increasing to 150M fits the resulting image.

Change-Id: I55957c54fbdb77090487c08ed3948988621978b3
  • Loading branch information
kruton committed Feb 8, 2011
1 parent 043b9d4 commit 773f315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/board/generic_x86/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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_SYSTEMIMAGE_PARTITION_SIZE := 150M
BOARD_USERDATAIMAGE_PARTITION_SIZE := 50M
BOARD_INSTALLERIMAGE_PARTITION_SIZE := 500M
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
Expand Down

0 comments on commit 773f315

Please sign in to comment.