From 7b6ec71feb526f9c34d8fe8a5f46cdeaff9fece3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 22 May 2006 22:18:20 +0000 Subject: 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 --- openembedded/conf/distro/poky.conf | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3