fic-gta01.conf: Drop EXTRA_IMAGEDEPENDS on sjf2410-linux-native to let the
authorStefan Schmidt <stefan@datenfreihafen.org>
Tue, 21 Aug 2007 21:42:40 +0000 (21:42 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Tue, 21 Aug 2007 21:42:40 +0000 (21:42 +0000)
OpenMoko build work on big endian machines. We do not need sjf2410 anymore atm.

classes/openmoko2.bbclass
conf/machine/fic-gta01.conf

index 872dd49..ef734e4 100644 (file)
@@ -29,5 +29,5 @@ S = "${WORKDIR}/${PN}"
 
 FILES_${PN} += "${datadir}/icons"
 
-SVNREV = "r${SRCREV}"
-SVNREV = "${SRCDATE}"
+SVNREV = "r${SRCREV}"
+#SVNREV = "${SRCDATE}"
index 4649fe1..cc604a0 100644 (file)
@@ -36,7 +36,7 @@ ROOT_FLASH_SIZE = "60"
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
 
 # build / upload tools
-EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native"
+EXTRA_IMAGEDEPENDS += "dfu-util-native"
 
 # tune for S3C24x0
 include conf/machine/include/tune-arm920t.conf