diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 9b58063a4a..0294eb981e 100644 --- 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" |