From: Philip Balister Date: Thu, 1 Mar 2007 22:25:58 +0000 (+0000) Subject: omap5912osk.conf : Set ROOT_FLASH_SIZE to 29M. X-Git-Tag: Release-2010-05/1~9128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=433a7a0cbbb1865168cbf51745de4e0602821063;p=openembedded.git omap5912osk.conf : Set ROOT_FLASH_SIZE to 29M. --- diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf index 8369789f1b..ac73b90571 100644 --- a/conf/machine/omap5912osk.conf +++ b/conf/machine/omap5912osk.conf @@ -16,6 +16,8 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" SERIAL_CONSOLE ?= "115200 ttyS0" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" +ROOT_FLASH_SIZE = "29" + MACHINE_FEATURES = "kernel26 pcmcia usbhost alsa" MACHINE_TASK_PROVIDER = "task-base"