packages/h2200-bootloader/h2200-bootloader.bb: add firmware extractor for the iPAQ...
authorKoen Kooi <koen@openembedded.org>
Tue, 4 Oct 2005 21:37:53 +0000 (21:37 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 4 Oct 2005 21:37:53 +0000 (21:37 +0000)
packages/h2200-bootloader/.mtn2git_empty [new file with mode: 0644]
packages/h2200-bootloader/h2200-bootloader.bb [new file with mode: 0644]

diff --git a/packages/h2200-bootloader/.mtn2git_empty b/packages/h2200-bootloader/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/h2200-bootloader/h2200-bootloader.bb b/packages/h2200-bootloader/h2200-bootloader.bb
new file mode 100644 (file)
index 0000000..bf41d9e
--- /dev/null
@@ -0,0 +1,10 @@
+DESCRIPTION = "Bootloader firmware extractor for the h2200 iPAQ"
+RRECOMMENDS = "kernel-module-mtdblock kernel-module-hamcop-nand"
+ALLOW_EMPTY = "1"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+
+
+pkg_postinst() {
+#!/bin/sh
+modprobe mtdblock && mkdir -p /lib/firmware && modprobe hamcop_nand && dd if=/dev/mtdblock0 of=/lib/firmware/hamcop_bootloader.bin
+}