[oe-commits] org.oe.dev bitbake.conf: ensure root flash size is set and default to '0'

koen commit openembedded-commits at lists.openembedded.org
Wed Feb 28 13:09:43 UTC 2007


bitbake.conf: ensure root flash size is set and default to '0'

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

#
# mt diff -r2db9e92f543145d04b9a161be87e9c34388914e3 -r7f4176e237bc030ef99353d2126c7cefa3375068
#
# 
# 
# patch "conf/bitbake.conf"
#  from [aa90f4fd70c81af34f7663e2b054839ce7e56e82]
#    to [5970619e59201a68d899ee03113ba24308c14bc8]
# 
============================================================
--- conf/bitbake.conf	aa90f4fd70c81af34f7663e2b054839ce7e56e82
+++ conf/bitbake.conf	5970619e59201a68d899ee03113ba24308c14bc8
@@ -449,6 +449,8 @@ DISTRO_FEATURES ?= ""
 MACHINE_FEATURES ?= "kernel26"
 DISTRO_FEATURES ?= ""
 
+ROOT_FLASH_SIZE ?= "0"
+
 GUI_MACHINE_CLASS ?= "smallscreen"
 
 DISTRO_EXTRA_RDEPENDS ?= ""






More information about the Openembedded-commits mailing list