summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-03-04 23:38:01 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-03-04 23:38:01 +0000
commit3ea3c5d3e1709c22c74b93cbfa601fecab9055e2 (patch)
treeeb697b03729f1167f0bcb247dc4793ca2c8556e3
parent51e51ddf6a209b2215160db1788e9a3ef381d5fd (diff)
parent0c79fc1147cbff35bc2602f7ddc89e974295b5f7 (diff)
merge of '63f1b91235eea7e9f7b9a7a3cd1368a1d0c8fa35'
and 'b617074695ef2a9a8762f76af3c678bb69b68314'
-rw-r--r--conf/bitbake.conf3
1 files changed, 2 insertions, 1 deletions
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"