From 9d7586e655755f51be3f09f3da48147b0937c3e1 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 5 Dec 2008 12:48:06 -0500 Subject: image.bbclass: resize images (ext2/ext3) only if they are bigger then IMAGE_ROOTFS_SIZE --- conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/bitbake.conf') 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" -- cgit 1.2.3-korg