bitbake.conf: ensure root flash size is set and default to '0'
authorKoen Kooi <koen@openembedded.org>
Wed, 28 Feb 2007 13:07:50 +0000 (13:07 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 28 Feb 2007 13:07:50 +0000 (13:07 +0000)
conf/bitbake.conf

index 0bba2a2..8fddb25 100644 (file)
@@ -449,6 +449,8 @@ OES_BITBAKE_CONF = "1"
 MACHINE_FEATURES ?= "kernel26"
 DISTRO_FEATURES ?= ""
 
+ROOT_FLASH_SIZE ?= "0"
+
 GUI_MACHINE_CLASS ?= "smallscreen"
 
 DISTRO_EXTRA_RDEPENDS ?= ""