[oe-commits] org.oe.dev bitbake.conf: Set default value of ROOT_FLASH_SIZE to something big.

pfalcon commit openembedded-commits at lists.openembedded.org
Sun Mar 4 23:42:23 UTC 2007


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.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: b617074695ef2a9a8762f76af3c678bb69b68314
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b617074695ef2a9a8762f76af3c678bb69b68314
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r01aabe2357b22904aad802251085c4e7a7c8df98 -rb617074695ef2a9a8762f76af3c678bb69b68314
#
# 
# 
# patch "conf/bitbake.conf"
#  from [37563db794d9371fceeab4b1d0a7ad5d490362f2]
#    to [2031690e61128297214d7ab2aa36358548bd27bb]
# 
============================================================
--- conf/bitbake.conf	37563db794d9371fceeab4b1d0a7ad5d490362f2
+++ conf/bitbake.conf	2031690e61128297214d7ab2aa36358548bd27bb
@@ -449,7 +449,8 @@ DISTRO_FEATURES ?= ""
 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"
 






More information about the Openembedded-commits mailing list