diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-16 14:45:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-16 14:45:43 +0000 |
commit | 65930a38e415ae4a0182e1cea1be838e0ada50ee (patch) | |
tree | 6b959704fb4911a89e447b4f87052c1599ab2a58 /meta/conf/distro | |
parent | e1dbdebd87bdca2ab231398dad69d2b78853f2ac (diff) | |
download | openembedded-core-65930a38e415ae4a0182e1cea1be838e0ada50ee.tar.gz openembedded-core-65930a38e415ae4a0182e1cea1be838e0ada50ee.tar.bz2 openembedded-core-65930a38e415ae4a0182e1cea1be838e0ada50ee.zip |
Modify IMAGE_ROOTFS_SIZE_ext2 for cmx270
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@862 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 03c53004e4..bbf8d940ad 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -16,7 +16,7 @@ INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell " TARGET_OS = "linux" TARGET_FPU_arm ?= "soft" TARGET_FPU_armeb ?= "soft" -IMAGE_ROOTFS_SIZE_ext2 = 131072 +IMAGE_ROOTFS_SIZE_ext2 ?= 131072 PARALLEL_INSTALL_MODULES = "1" |