From: Stefan Schmidt Date: Tue, 21 Aug 2007 21:42:40 +0000 (+0000) Subject: fic-gta01.conf: Drop EXTRA_IMAGEDEPENDS on sjf2410-linux-native to let the X-Git-Tag: Release-2010-05/1~8848 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caa3f3523c30f1c3e333c9866e290b97f3536c6d;p=openembedded.git fic-gta01.conf: Drop EXTRA_IMAGEDEPENDS on sjf2410-linux-native to let the OpenMoko build work on big endian machines. We do not need sjf2410 anymore atm. --- diff --git a/classes/openmoko2.bbclass b/classes/openmoko2.bbclass index 872dd4915c..ef734e4311 100644 --- a/classes/openmoko2.bbclass +++ b/classes/openmoko2.bbclass @@ -29,5 +29,5 @@ S = "${WORKDIR}/${PN}" FILES_${PN} += "${datadir}/icons" -# SVNREV = "r${SRCREV}" -SVNREV = "${SRCDATE}" +SVNREV = "r${SRCREV}" +#SVNREV = "${SRCDATE}" diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index 4649fe130e..cc604a0ada 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -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