From 18fa7013f75fad43a43ad400a7cbbe839816a207 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 10 Dec 2009 00:40:29 +0100 Subject: 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 file changed, 11 insertions(+), 4 deletions(-) (limited to 'recipes') 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}" -- cgit v1.2.3