diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-04 23:38:01 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-04 23:38:01 +0000 |
commit | 3ea3c5d3e1709c22c74b93cbfa601fecab9055e2 (patch) | |
tree | eb697b03729f1167f0bcb247dc4793ca2c8556e3 /conf | |
parent | 51e51ddf6a209b2215160db1788e9a3ef381d5fd (diff) | |
parent | 0c79fc1147cbff35bc2602f7ddc89e974295b5f7 (diff) |
merge of '63f1b91235eea7e9f7b9a7a3cd1368a1d0c8fa35'
and 'b617074695ef2a9a8762f76af3c678bb69b68314'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 3 |
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" |