[oe-commits] org.oe.dev linux-openmoko-devel: add printascii patch, disable it

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Sep 17 16:29:32 UTC 2007


linux-openmoko-devel: add printascii patch, disable it

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: d1d4ee2c6e573657511ea5110c7b0ff2cd6b7ba8
ViewMTN: http://monotone.openembedded.org/revision/info/d1d4ee2c6e573657511ea5110c7b0ff2cd6b7ba8
Files:
1
packages/linux/linux-openmoko-devel/printascii.patch
packages/linux/linux-openmoko-devel_svn.bb
Diffs:

#
# mt diff -r98d3a1902bb89e93fa52bcf9b2493b52b64561b5 -rd1d4ee2c6e573657511ea5110c7b0ff2cd6b7ba8
#
# 
# 
# add_file "packages/linux/linux-openmoko-devel/printascii.patch"
#  content [e7cfe3969d58b5690e047b0ce584a1b841f2b494]
# 
# patch "packages/linux/linux-openmoko-devel_svn.bb"
#  from [377566e2cac26889f083dae7e4b7e6f9f3c16906]
#    to [caff0d74c55eaddbfbb6f991685014f4afe718f1]
# 
============================================================
--- packages/linux/linux-openmoko-devel/printascii.patch	e7cfe3969d58b5690e047b0ce584a1b841f2b494
+++ packages/linux/linux-openmoko-devel/printascii.patch	e7cfe3969d58b5690e047b0ce584a1b841f2b494
@@ -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
============================================================
--- packages/linux/linux-openmoko-devel_svn.bb	377566e2cac26889f083dae7e4b7e6f9f3c16906
+++ packages/linux/linux-openmoko-devel_svn.bb	caff0d74c55eaddbfbb6f991685014f4afe718f1
@@ -1,7 +1,7 @@ PV = "${VANILLA_VERSION}-moko11+svnr${SR
 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 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux
 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}"






More information about the Openembedded-commits mailing list