diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-22 22:18:20 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-22 22:18:20 +0000 |
commit | 7b6ec71feb526f9c34d8fe8a5f46cdeaff9fece3 (patch) | |
tree | f9cc96d935e036b343a2ca30286506da7835d2aa /openembedded/conf/distro | |
parent | 36efd02a494f88f0eb79f4c2b0e463861e1c654e (diff) | |
download | openembedded-core-7b6ec71feb526f9c34d8fe8a5f46cdeaff9fece3.tar.gz openembedded-core-7b6ec71feb526f9c34d8fe8a5f46cdeaff9fece3.tar.bz2 openembedded-core-7b6ec71feb526f9c34d8fe8a5f46cdeaff9fece3.tar.xz openembedded-core-7b6ec71feb526f9c34d8fe8a5f46cdeaff9fece3.zip |
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
Diffstat (limited to 'openembedded/conf/distro')
-rw-r--r-- | openembedded/conf/distro/poky.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openembedded/conf/distro/poky.conf b/openembedded/conf/distro/poky.conf index 31f5da988..0c9e566b9 100644 --- a/openembedded/conf/distro/poky.conf +++ b/openembedded/conf/distro/poky.conf @@ -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" |