git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
151a820
)
bitbake.conf: Set default value of ROOT_FLASH_SIZE to something big.
author
Paul Sokolovsky
<pmiscml@gmail.com>
Sun, 4 Mar 2007 23:36:50 +0000
(23:36 +0000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
9b58063
..
0294eb9
100644
(file)
--- 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"