Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c89253e2f66f3e17e91d4af7fb7547c9acd1c554)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c89253e2f66f3e17e91d4af7fb7547c9acd1c554)
  • Date: Sat, 3 Apr 2010 06:04:12 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
utils/openmoko-dfu-util/DEPENDS | 5 +++++
utils/openmoko-dfu-util/DETAILS | 29 +++++++++++++++++++++++++++++
utils/openmoko-dfu-util/HISTORY | 3 +++
utils/openmoko-dfu-util/PREPARE | 1 +
utils/openmoko-dfu-util/PRE_BUILD | 4 ++++
6 files changed, 45 insertions(+)

New commits:
commit c89253e2f66f3e17e91d4af7fb7547c9acd1c554
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/openmoko-dfu-util: new spell, USB DFU utility for the Neo
FreeRunner

diff --git a/ChangeLog b/ChangeLog
index f8677bb..b43e980 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * utils/openmoko-dfu-util: new spell, USB DFU utility for the Neo
FreeRunner
+
2010-04-02 Arwed v. Merkatz <v.merkatz AT gmx.net>
* gnome2-libs/libgdata: new spell, glib based GData protocol
implementation
diff --git a/utils/openmoko-dfu-util/DEPENDS b/utils/openmoko-dfu-util/DEPENDS
new file mode 100755
index 0000000..c408458
--- /dev/null
+++ b/utils/openmoko-dfu-util/DEPENDS
@@ -0,0 +1,5 @@
+depends libusb-compat &&
+depends autogen &&
+depends pkgconfig &&
+depends automake &&
+depends autoconf
diff --git a/utils/openmoko-dfu-util/DETAILS b/utils/openmoko-dfu-util/DETAILS
new file mode 100755
index 0000000..3bd8fd6
--- /dev/null
+++ b/utils/openmoko-dfu-util/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=openmoko-dfu-util
+if [[ "$DFU_UTIL_SVN_AUTOUPDATE" == "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE="dfu-util-${VERSION}.tar.bz2"
+ SOURCE_HINTS=no-check-certificate
+
SOURCE_URL[0]=svn_https://svn.openmoko.org/trunk/src/host/dfu-util:dfu-util
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/dfu-util-${VERSION}"
+ WEB_SITE="http://wiki.openmoko.org/wiki/Dfu-util";
+ LICENSE[0]=GPL
+ ENTERED=20100403
+ SHORT="a program that implements the Host (PC) side of the USB
DFU"
+cat << EOF
+dfu-util is a program that implements the Host (PC) side of the USB DFU
+(Universal Serial Bus Device Firmware Upgrade) protocol.
+
+In the Openmoko project, we use this program to communicate with our
specially
+enhanced bootloader, which implements the DFU device side.
+
+Using dfu-util and your smartphone, you can - transfer and flash partitions
+in internal NAND Flash. - transfer anything into RAM
+ this can be used for fast development cycles of low-level code such as
+ kernels without flashing them
+- read out the current internal NAND partitions
+ this is an easy and efficient way of doing full backups of your phone
+EOF
diff --git a/utils/openmoko-dfu-util/HISTORY b/utils/openmoko-dfu-util/HISTORY
new file mode 100644
index 0000000..5b026b4
--- /dev/null
+++ b/utils/openmoko-dfu-util/HISTORY
@@ -0,0 +1,3 @@
+2010-04-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, PRE_BUILD, PREPARE: spell created
+
diff --git a/utils/openmoko-dfu-util/PREPARE b/utils/openmoko-dfu-util/PREPARE
new file mode 100755
index 0000000..c111d07
--- /dev/null
+++ b/utils/openmoko-dfu-util/PREPARE
@@ -0,0 +1 @@
+config_query DFU_UTIL_SVN_AUTOUPDATE "Update to the latest SVN automatically
on every cast?" ${DFU_UTIL_SVN_AUTOUPDATE:-n}
diff --git a/utils/openmoko-dfu-util/PRE_BUILD
b/utils/openmoko-dfu-util/PRE_BUILD
new file mode 100755
index 0000000..7c1ec4f
--- /dev/null
+++ b/utils/openmoko-dfu-util/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sedit 's:bin_PROGRAMS = dfu-util dfu-util_static:bin_PROGRAMS = dfu-util:'
src/Makefile.am &&
+./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c89253e2f66f3e17e91d4af7fb7547c9acd1c554), Florian Franzmann, 04/03/2010

Archive powered by MHonArc 2.6.24.

Top of Page