[oe-commits] Paul Eggleton : h2200-bootloader: fix for mtd being built into kernel again

git version control git at git.openembedded.org
Wed May 27 22:50:17 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 477ee8ab9763beb1fb1e73a06f49d59bbdd2dfcb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=477ee8ab9763beb1fb1e73a06f49d59bbdd2dfcb

Author: Paul Eggleton <bluelightning at bluelightning.org>
Date:   Wed May 27 22:45:32 2009 +0100

h2200-bootloader: fix for mtd being built into kernel again

---

 recipes/h2200-bootloader/h2200-bootloader.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/h2200-bootloader/h2200-bootloader.bb b/recipes/h2200-bootloader/h2200-bootloader.bb
index 5db3cd0..69214c7 100644
--- a/recipes/h2200-bootloader/h2200-bootloader.bb
+++ b/recipes/h2200-bootloader/h2200-bootloader.bb
@@ -1,7 +1,6 @@
 DESCRIPTION = "Bootloader firmware extractor for the h2200 iPAQ"
-RRECOMMENDS_${PN} = "kernel-module-mtdblock"
 ALLOW_EMPTY = "1"
-PR = "r3"
+PR = "r4"
 
 COMPATIBLE_MACHINE = "h2200"
 #it is a shell script, but lets protect the innocent some more
@@ -10,6 +9,5 @@ PACKAGE_ARCH = "h2200"
 pkg_postinst() {
 #!/bin/sh
 mkdir -p /lib/firmware
-modprobe mtdblock
 dd if=/dev/mtdblock0 of=/lib/firmware/h2200_bootloader.bin 2>/dev/null
 }





More information about the Openembedded-commits mailing list