r2634 - trunk/oe/conf/machine

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sat Aug 4 20:06:24 CEST 2007


Author: laforge
Date: 2007-08-04 20:06:16 +0200 (Sat, 04 Aug 2007)
New Revision: 2634

Modified:
   trunk/oe/conf/machine/fic-gta01.conf
Log:
* make jffs2 image little-endian, even if buildhost ist big-endian (Closes: #663)


Modified: trunk/oe/conf/machine/fic-gta01.conf
===================================================================
--- trunk/oe/conf/machine/fic-gta01.conf	2007-08-04 14:25:52 UTC (rev 2633)
+++ trunk/oe/conf/machine/fic-gta01.conf	2007-08-04 18:06:16 UTC (rev 2634)
@@ -36,7 +36,7 @@
 ROOT_FLASH_SIZE = "60M"
 
 # extra jffs2 tweaks
-EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n"
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
 
 # build tools
 EXTRA_IMAGEDEPENDS += "sjf2410-linux-native openocd-native dfu-util-native"





More information about the commitlog mailing list