bitbake.conf: Set default value of ROOT_FLASH_SIZE to something big.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sun, 4 Mar 2007 23:36:50 +0000 (23:36 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sun, 4 Mar 2007 23:36:50 +0000 (23:36 +0000)
* 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

index 9b58063..0294eb9 100644 (file)
@@ -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"