summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-rp_2.6.23.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-05-13 16:55:26 +0100
committerJoshua Lock <josh@linux.intel.com>2010-05-13 16:55:26 +0100
commit505c26951b14898cb9ede7c4cb76217202b655c4 (patch)
treecb8dcbf5af8e74ddfbf3716504c9f0de5ca5f212 /meta/packages/linux/linux-rp_2.6.23.bb
parentad136ddeef5cc70ec76967b0560da42898e33e70 (diff)
downloadpoky-505c26951b14898cb9ede7c4cb76217202b655c4.tar.gz
linux: Ensure we have buildable kernel recipes for each machine
Fix various kernels to build with our toolchain, this includes well known fixes for: * sumversion.c: compilation failing with a 'PATH_MAX' undeclared (fixed by adding limits.h to sumversions includes * a patch taken from oe.dev to stop GCC >= 4.3 from optimizing a loop which causes compilation to fail * Fixing the KERNEL_OUTPUT for mx31 and nokia800 kernel recipes Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/linux/linux-rp_2.6.23.bb')
-rw-r--r--meta/packages/linux/linux-rp_2.6.23.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.23.bb b/meta/packages/linux/linux-rp_2.6.23.bb
index 2293eea80e..0c67fd4ea6 100644
--- a/meta/packages/linux/linux-rp_2.6.23.bb
+++ b/meta/packages/linux/linux-rp_2.6.23.bb
@@ -1,6 +1,6 @@
1require linux-rp.inc 1require linux-rp.inc
2 2
3PR = "r35" 3PR = "r36"
4 4
5# Handy URLs 5# Handy URLs
6# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 6# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
@@ -60,6 +60,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \
60 file://htcuni.patch;patch=1 \ 60 file://htcuni.patch;patch=1 \
61 file://binutils-buildid-arm.patch;patch=1 \ 61 file://binutils-buildid-arm.patch;patch=1 \
62 file://versatile-armv6.patch;patch=1 \ 62 file://versatile-armv6.patch;patch=1 \
63 file://1300-fix-gcc-4.3-false-modulo-optimization.patch.patch;patch=1 \
63 file://defconfig-c7x0 \ 64 file://defconfig-c7x0 \
64 file://defconfig-hx2000 \ 65 file://defconfig-hx2000 \
65 file://defconfig-collie \ 66 file://defconfig-collie \