diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-12-10 00:40:29 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-12-10 00:40:29 +0100 |
commit | 18fa7013f75fad43a43ad400a7cbbe839816a207 (patch) | |
tree | 308d7f86f7c00f8a9aacdfc2f01e2f4479b6b34d /recipes/kexecboot | |
parent | 86e1e0f6f61dc0277af696c498c5e129f88fb6ef (diff) |
linux-kexecboot_2.6.32: update recipe for Zaurus specific patch c/o
Richard Purdie.
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r-- | recipes/kexecboot/linux-kexecboot_2.6.32.bb | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/recipes/kexecboot/linux-kexecboot_2.6.32.bb b/recipes/kexecboot/linux-kexecboot_2.6.32.bb index 77c10618a9..ee446d798f 100644 --- a/recipes/kexecboot/linux-kexecboot_2.6.32.bb +++ b/recipes/kexecboot/linux-kexecboot_2.6.32.bb @@ -17,9 +17,16 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=ke 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 +# Zaurus family bootloader patches RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" +ZAURUSPATCHES = " ${RPSRC}/pxa-linking-bug-r1.patch;patch=1;status=unmergable;name=pxa-linking-bug-r1 " +SRC_URI[pxa-linking-bug-r1.md5sum] = "1e2a99787260c3566033e7f41180e2c8" +SRC_URI[pxa-linking-bug-r1.sha256sum] = "785d2680022325ad54c1593082dce902f5fee31dae4c1922ba43956b1dcfcd8b" -SRC_URI += "${RPSRC}/pxa-linking-bug.patch;patch=1;status=unmergable \ - " +# Machine specific patches +SRC_URI_append_akita = "${ZAURUSPATCHES}" +SRC_URI_append_c7x0 = "${ZAURUSPATCHES}" +SRC_URI_append_collie = "${ZAURUSPATCHES}" +SRC_URI_append_poodle = "${ZAURUSPATCHES}" +SRC_URI_append_spitz = "${ZAURUSPATCHES}" +SRC_URI_append_tosa = "${ZAURUSPATCHES}" |