summaryrefslogtreecommitdiff
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-02-28 13:07:50 +0000
committerKoen Kooi <koen@openembedded.org>2007-02-28 13:07:50 +0000
commitdfc393303a2a688bf00f609d993ab530ef377f6b (patch)
treeb4b3f189cf35b0fe7c220ddbd8c1d05d5ac20356 /conf/bitbake.conf
parent28a1342ea121686da11c9e4b8beb1e4095c7e5c3 (diff)
bitbake.conf: ensure root flash size is set and default to '0'
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 0bba2a2e15..8fddb25df6 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -449,6 +449,8 @@ OES_BITBAKE_CONF = "1"
MACHINE_FEATURES ?= "kernel26"
DISTRO_FEATURES ?= ""
+ROOT_FLASH_SIZE ?= "0"
+
GUI_MACHINE_CLASS ?= "smallscreen"
DISTRO_EXTRA_RDEPENDS ?= ""