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-mx31_2.6.19.2.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-mx31_2.6.19.2.bb')
-rw-r--r-- | meta/packages/linux/linux-mx31_2.6.19.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-mx31_2.6.19.2.bb b/meta/packages/linux/linux-mx31_2.6.19.2.bb index 8394bc417a..56d111e2f2 100644 --- a/meta/packages/linux/linux-mx31_2.6.19.2.bb +++ b/meta/packages/linux/linux-mx31_2.6.19.2.bb @@ -1,10 +1,11 @@ require linux-mx31.inc -PR = "r7" +PR = "r8" FILESDIR = "${WORKDIR}" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.19.2.tar.bz2 \ + file://sumversion-fix.patch;patch=1 \ file://defconfig-mx31litekit \ file://defconfig-mx31ads \ file://defconfig-mx31phy \ |