[oe] [PATCH] linux_2.6.29.bb: update to kernel 2.6.29.6

Vitus Jensen vjensen at gmx.de
Fri Dec 11 07:59:22 UTC 2009


Version 2.6.29 fails on arch powerpc because of a syntax error.  See
http://lkml.indiana.edu/hypermail/linux/kernel/0906.1/00867.html

Signed-off-by: Vitus Jensen <vjensen at gmx.de>
---
 recipes/linux/linux_2.6.29.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux_2.6.29.bb b/recipes/linux/linux_2.6.29.bb
index f78193d..87599d4 100644
--- a/recipes/linux/linux_2.6.29.bb
+++ b/recipes/linux/linux_2.6.29.bb
@@ -1,6 +1,6 @@
 require linux.inc

-PR = "r9"
+PR = "r10"

 S = "${WORKDIR}/linux-2.6.29"

@@ -21,6 +21,9 @@ DEFAULT_PREFERENCE_stamp9g20evb = "1"
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \
            file://defconfig"

+# Bug fixes on the 2.6.29.x stable branch
+SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.29.6.bz2;patch=1"
+
 SRC_URI_append_boc01 = "\
 	file://boc01.dts \
 	file://boc01.dts.v1 \
-- 
1.6.4.4


-- 
Vitus Jensen, Hannover, Germany, Universe (current)
pgp public key available from keyservers




More information about the Openembedded-devel mailing list