linux-openmoko-devel: add printascii patch, disable it
authorMichael Lauer <mickey@vanille-media.de>
Mon, 17 Sep 2007 16:13:44 +0000 (16:13 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 17 Sep 2007 16:13:44 +0000 (16:13 +0000)
packages/linux/linux-openmoko-devel/printascii.patch [new file with mode: 0644]
packages/linux/linux-openmoko-devel_svn.bb

diff --git a/packages/linux/linux-openmoko-devel/printascii.patch b/packages/linux/linux-openmoko-devel/printascii.patch
new file mode 100644 (file)
index 0000000..13a014d
--- /dev/null
@@ -0,0 +1,12 @@
+Index: linux-2.6.22.5/kernel/printk.c
+===================================================================
+--- linux-2.6.22.5.orig/kernel/printk.c
++++ linux-2.6.22.5/kernel/printk.c
+@@ -535,6 +535,7 @@ asmlinkage int vprintk(const char *fmt, 
+       /* Emit the output into the temporary buffer */
+       printed_len = vscnprintf(printk_buf, sizeof(printk_buf), fmt, args);
++    printascii(printk_buf);
+       /*
+        * Copy the output into log_buf.  If the caller didn't provide
index 7f124f5..869e4a8 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/ OpenMoko"
 VANILLA_VERSION = "2.6.22.5"
 PV = "${VANILLA_VERSION}-moko11+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 KERNEL_IMAGETYPE = "uImage"
 UBOOT_ENTRYPOINT = "30008000"
@@ -16,7 +16,7 @@ SRCREV_FORMAT = "patches"
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \
            svn://svn.openmoko.org/trunk/src/target/kernel;module=patches;proto=http;name=patches \
            file://fix-EVIOCGRAB-semantics-2.6.22.5.patch;patch=1 \
-           file://printascii.patch;patch=1 \
+#           file://printascii.patch;patch=1 \
            file://defconfig \
            file://logo_linux_clut224.ppm"
 S = "${WORKDIR}/linux-${VANILLA_VERSION}"