From 0c79fc1147cbff35bc2602f7ddc89e974295b5f7 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 4 Mar 2007 23:36:50 +0000 Subject: 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. --- conf/bitbake.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') 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" -- cgit v1.2.3