summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-22 22:18:20 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-22 22:18:20 +0000
commit7b6ec71feb526f9c34d8fe8a5f46cdeaff9fece3 (patch)
treef9cc96d935e036b343a2ca30286506da7835d2aa /openembedded
parent36efd02a494f88f0eb79f4c2b0e463861e1c654e (diff)
downloadpoky-7b6ec71feb526f9c34d8fe8a5f46cdeaff9fece3.tar.gz
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')
-rw-r--r--openembedded/conf/distro/poky.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/openembedded/conf/distro/poky.conf b/openembedded/conf/distro/poky.conf
index 31f5da9881..0c9e566b9a 100644
--- a/openembedded/conf/distro/poky.conf
+++ b/openembedded/conf/distro/poky.conf
@@ -15,6 +15,7 @@ INHERIT += " package_ipk debian"
15# TARGET_OS ?= "linux" 15# TARGET_OS ?= "linux"
16TARGET_OS = "linux" 16TARGET_OS = "linux"
17TARGET_FPU ?= "soft" 17TARGET_FPU ?= "soft"
18IMAGE_ROOTFS_SIZE_ext2 = 131072
18 19
19PARALLEL_INSTALL_MODULES = "1" 20PARALLEL_INSTALL_MODULES = "1"
20 21