mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user