Hi there,

Attached is the stable branch version of the patch for bug 4451 previously 
discussed on the main list (and committed to oe.dev). As this affects the 
ability to suspend on h2200 I would like to commit this to the stable branch 
also.

http://bugs.openembedded.net/show_bug.cgi?id=4451

Cheers,
Paul
#
# old_revision [70494ba0933d0e867903db75e112a9d9b5cb8473]
#
# patch "packages/h2200-bootloader/h2200-bootloader.bb"
#  from [d015a17dbeb17e4fef0f6d6df88a9ca9620cc88f]
#    to [bcfd2dc1c12552564034f4d93f91e182d0936750]
#
============================================================
--- packages/h2200-bootloader/h2200-bootloader.bb	d015a17dbeb17e4fef0f6d6df88a9ca9620cc88f
+++ packages/h2200-bootloader/h2200-bootloader.bb	bcfd2dc1c12552564034f4d93f91e182d0936750
@@ -1,6 +1,7 @@ DESCRIPTION = "Bootloader firmware extra
 DESCRIPTION = "Bootloader firmware extractor for the h2200 iPAQ"
+RRECOMMENDS_${PN} = "kernel-module-mtdblock"
 ALLOW_EMPTY = "1"
-PR="r2"
+PR = "r3"
 
 COMPATIBLE_MACHINE = "h2200"
 #it is a shell script, but lets protect the innocent some more
@@ -9,5 +10,6 @@ mkdir -p /lib/firmware
 pkg_postinst() {
 #!/bin/sh
 mkdir -p /lib/firmware
+modprobe mtdblock
 dd if=/dev/mtdblock0 of=/lib/firmware/h2200_bootloader.bin 2>/dev/null
 }
_______________________________________________
Openembedded-stablebranch mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-stablebranch

Reply via email to