aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-12-09 01:22:12 +0100
committerAndrea Adami <andrea.adami@gmail.com>2009-12-09 01:24:21 +0100
commit97ac254aec3231ca3c6534182f4bd82d3cc41215 (patch)
tree3f304b4b8a31a8619284d020aca35bd48591ee0f /recipes/kexecboot
parente6a4fd3e022f4be0563bcfe7fabe9da430dd496d (diff)
downloadopenembedded-97ac254aec3231ca3c6534182f4bd82d3cc41215.tar.gz
linux-kexecboot_2.6.32:[Zaurus] unbreak boot from nand (add old patch).
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/linux-kexecboot_2.6.32.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/kexecboot/linux-kexecboot_2.6.32.bb b/recipes/kexecboot/linux-kexecboot_2.6.32.bb
index 54cb5f79f9..77c10618a9 100644
--- a/recipes/kexecboot/linux-kexecboot_2.6.32.bb
+++ b/recipes/kexecboot/linux-kexecboot_2.6.32.bb
@@ -4,10 +4,22 @@ S = "${WORKDIR}/linux-${PV}"
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_akita = "-1"
DEFAULT_PREFERENCE_c7x0 = "-1"
+DEFAULT_PREFERENCE_collie = "-1"
+DEFAULT_PREFERENCE_poodle = "-1"
+DEFAULT_PREFERENCE_spitz = "-1"
+DEFAULT_PREFERENCE_tosa = "-1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
file://defconfig"
SRC_URI[kernel.md5sum] = "260551284ac224c3a43c4adac7df4879"
SRC_URI[kernel.sha256sum] = "5099786d80b8407d98a619df00209c2353517f22d804fdd9533b362adcb4504e"
+
+# For Zaurus we still need old RP patches (see linux-rp.inc)
+# in order to boot from nand
+RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"
+
+SRC_URI += "${RPSRC}/pxa-linking-bug.patch;patch=1;status=unmergable \
+ "