poky: Increase the size of the ext2 rootfs

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@411 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-05-22 22:18:20 +00:00
parent 36efd02a49
commit 7b6ec71feb
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ INHERIT += " package_ipk debian"
# TARGET_OS ?= "linux"
TARGET_OS = "linux"
TARGET_FPU ?= "soft"
IMAGE_ROOTFS_SIZE_ext2 = 131072
PARALLEL_INSTALL_MODULES = "1"