diff options
author | Denys Dmytriyenko <denis@denix.org> | 2008-12-05 12:48:06 -0500 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-01-20 16:25:22 +0100 |
commit | 9d7586e655755f51be3f09f3da48147b0937c3e1 (patch) | |
tree | 43fa0d429ff829b046e83d897099eb0a25140774 /conf | |
parent | d38f1dd24dd6ed94408aa49aad33e46634a129ff (diff) |
image.bbclass: resize images (ext2/ext3) only if they are bigger then IMAGE_ROOTFS_SIZE
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 2c6979a9ca..c01da861e8 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -605,6 +605,7 @@ IMAGE_FSTYPES ?= "tar.gz" PCMCIA_MANAGER ?= "pcmcia-cs" DEFAULT_TASK_PROVIDER ?= "task-base" MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}" +IMAGE_ROOTFS_SIZE ?= "65536" IMAGE_ROOTFS_SIZE_ext2 ?= "65536" IMAGE_ROOTFS_SIZE_ext2.gz ?= "65536" IMAGE_ROOTFS_SIZE_ext3 ?= "65536" |