[oe-commits] Andrea Adami : linux-kexecboot_2.6.32: update recipe for Zaurus specific patch c/o

git version control git at git.openembedded.org
Thu Dec 10 09:10:39 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: 18fa7013f75fad43a43ad400a7cbbe839816a207
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=18fa7013f75fad43a43ad400a7cbbe839816a207

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Dec 10 00:40:29 2009 +0100

linux-kexecboot_2.6.32: update recipe for Zaurus specific patch c/o
Richard Purdie.

---

 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 77c1061..ee446d7 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}"





More information about the Openembedded-commits mailing list