From 505c26951b14898cb9ede7c4cb76217202b655c4 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 13 May 2010 16:55:26 +0100 Subject: 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 --- meta/packages/linux/linux_2.6.23.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/packages/linux/linux_2.6.23.bb') diff --git a/meta/packages/linux/linux_2.6.23.bb b/meta/packages/linux/linux_2.6.23.bb index a517defd0f..5d5c21b9d3 100644 --- a/meta/packages/linux/linux_2.6.23.bb +++ b/meta/packages/linux/linux_2.6.23.bb @@ -7,10 +7,11 @@ DEFAULT_PREFERENCE_em-x270 = "1" DEFAULT_PREFERENCE_mpc8313e-rdb = "1" DEFAULT_PREFERENCE_mpc8323e-rdb = "1" -PR = "r6" +PR = "r7" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ - file://binutils-buildid-arm.patch;patch=1 \ + file://binutils-buildid-arm.patch;patch=1 \ + file://1300-fix-gcc-4.3-false-modulo-optimization.patch.patch;patch=1 \ file://defconfig \ " -- cgit v1.2.3