From: Florian Boor Date: Wed, 19 Dec 2007 16:08:16 +0000 (+0000) Subject: mainstone.conf: Add jffs2 magic and adjust image size to the default 16MB partition. X-Git-Tag: Release-2010-05/1~8122^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49cc157ed127a93a800dc8c0971f364933f03a4;p=openembedded.git mainstone.conf: Add jffs2 magic and adjust image size to the default 16MB partition. --- diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf index a6681a9030..af3e5a5cc3 100644 --- a/conf/machine/mainstone.conf +++ b/conf/machine/mainstone.conf @@ -15,6 +15,7 @@ require conf/machine/include/tune-xscale.inc SERIAL_CONSOLE = "115200 ttyS0" # used by opie-collections.inc -ROOT_FLASH_SIZE = "32" +ROOT_FLASH_SIZE = "16" MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen keyboard alsa irda" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e 0x40000 --pad=0x01000000"