From 3c534247e08700eb18b27886d80e874006ee0cb8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 24 Mar 2011 14:32:40 +0000 Subject: image_types.bbclass: Drop IMAGE_EXTRA_OPTION in favour of the more standard EXTRA_IMAGECMD Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 8e8994509..6b6b2ee21 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -352,9 +352,6 @@ IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}" # fixed extra space IMAGE_OVERHEAD_FACTOR ?= 1.3 -# Comment this option if you want default genext2fs behavior (i.e. create minimal inode number) -IMAGE_EXTRA_OPTION ?= "-i 8192" - EXTRA_IMAGEDEPENDS = "" ################################################################## -- cgit v1.2.3