mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
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>
19 lines
743 B
BlitzBasic
19 lines
743 B
BlitzBasic
require linux-nokia800.inc
|
|
|
|
PR = "r7"
|
|
SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18.orig.tar.gz \
|
|
http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18-osso40.diff.gz;patch=1 \
|
|
${RPSRC}/lzo_kernel-r0.patch;patch=1 \
|
|
${RPSRC}/lzo_jffs2-r0.patch;patch=1 \
|
|
${RPSRC}/lzo_crypto-r0b.patch;patch=1 \
|
|
${RPSRC}/lzo_jffs2_lzomode-r0.patch;patch=1 \
|
|
${RPSRC}/lzo_jffs2_sysfs-r0.patch;patch=1 \
|
|
file://fix_oprofile.patch;patch=1 \
|
|
file://sumversion-fix.patch;patch=1 \
|
|
file://defconfig"
|
|
|
|
SRC_URI_append_nokia770 = " file://nokia770_nand_fix.patch;patch=1"
|
|
|
|
S = "${WORKDIR}/linux-g"
|
|
|