diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-09-17 16:13:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-09-17 16:13:44 +0000 |
commit | f701f850f0caaa282c9a799184978fea0233d561 (patch) | |
tree | ada55c800fa12ea858cca5d50b5f33ca71bccce7 /packages | |
parent | 29b9062201720ec083d19b79203fd9668426a85e (diff) |
linux-openmoko-devel: add printascii patch, disable it
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-openmoko-devel/printascii.patch | 12 | ||||
-rw-r--r-- | packages/linux/linux-openmoko-devel_svn.bb | 4 |
2 files changed, 14 insertions, 2 deletions
diff --git a/packages/linux/linux-openmoko-devel/printascii.patch b/packages/linux/linux-openmoko-devel/printascii.patch new file mode 100644 index 0000000000..13a014db39 --- /dev/null +++ b/packages/linux/linux-openmoko-devel/printascii.patch @@ -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 diff --git a/packages/linux/linux-openmoko-devel_svn.bb b/packages/linux/linux-openmoko-devel_svn.bb index 7f124f56e7..869e4a88b6 100644 --- a/packages/linux/linux-openmoko-devel_svn.bb +++ b/packages/linux/linux-openmoko-devel_svn.bb @@ -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}" |