diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-05-13 16:55:26 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-05-13 16:55:26 +0100 |
commit | 505c26951b14898cb9ede7c4cb76217202b655c4 (patch) | |
tree | cb8dcbf5af8e74ddfbf3716504c9f0de5ca5f212 /meta/packages/linux/linux_2.6.23.bb | |
parent | ad136ddeef5cc70ec76967b0560da42898e33e70 (diff) | |
download | openembedded-core-505c26951b14898cb9ede7c4cb76217202b655c4.tar.gz openembedded-core-505c26951b14898cb9ede7c4cb76217202b655c4.tar.bz2 openembedded-core-505c26951b14898cb9ede7c4cb76217202b655c4.zip |
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_2.6.23.bb')
-rw-r--r-- | meta/packages/linux/linux_2.6.23.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ " |