From: Paul Sokolovsky Date: Sun, 4 Mar 2007 23:36:50 +0000 (+0000) Subject: bitbake.conf: Set default value of ROOT_FLASH_SIZE to something big. X-Git-Tag: Release-2010-05/1~9095 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c79fc1147cbff35bc2602f7ddc89e974295b5f7;p=openembedded.git bitbake.conf: Set default value of ROOT_FLASH_SIZE to something big. * As common use for ROOT_FLASH_SIZE would be to not include some packages in the image if it is too small, the default value should be something big. Use 256Mb as we're on embedded stuff here. --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 9b58063a4a..0294eb981e 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -449,7 +449,8 @@ OES_BITBAKE_CONF = "1" MACHINE_FEATURES ?= "kernel26" DISTRO_FEATURES ?= "" -ROOT_FLASH_SIZE ?= "0" +# This is used to limit what packages goes into images built, so set big by default +ROOT_FLASH_SIZE ?= "256" GUI_MACHINE_CLASS ?= "smallscreen"