linux-kexecboot_2.6.32: update recipe for Zaurus specific patch c/o
authorAndrea Adami <andrea.adami@gmail.com>
Wed, 9 Dec 2009 23:40:29 +0000 (00:40 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Wed, 9 Dec 2009 23:40:29 +0000 (00:40 +0100)
Richard Purdie.

recipes/kexecboot/linux-kexecboot_2.6.32.bb

index 77c1061..ee446d7 100644 (file)
@@ -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}"