summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux_2.6.21.bb')
-rw-r--r--recipes/linux/linux_2.6.21.bb24
1 files changed, 14 insertions, 10 deletions
diff --git a/recipes/linux/linux_2.6.21.bb b/recipes/linux/linux_2.6.21.bb
index 85af4561e2..0d7a9e68f6 100644
--- a/recipes/linux/linux_2.6.21.bb
+++ b/recipes/linux/linux_2.6.21.bb
@@ -7,8 +7,8 @@ DEFAULT_PREFERENCE_gumstix-verdex = "1"
PR = "r13"
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
- ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.7.bz2;patch=1 \
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.7.bz2;patch=1;name=stablepatch \
file://tsc2003.c \
file://tsc2003-config.diff;patch=1 \
file://defconfig \
@@ -26,9 +26,9 @@ SRC_URI_append_simpad = "\
file://linux-2.6.21-SIMpad-battery-old-way-but-also-with-sysfs.patch;patch=1 \
file://linux-2.6.21-SIMpad-usb-gadget.patch;patch=1 \
"
-SRC_URI_append_kb9202 = " http://maxim.org.za/AT91RM9200/2.6/2.6.21-at91.patch.gz;patch=1 "
-SRC_URI_append_at91sam9263ek = " http://maxim.org.za/AT91RM9200/2.6/2.6.21-at91.patch.gz;patch=1 "
-SRC_URI_append_sarge-at91 = " http://maxim.org.za/AT91RM9200/2.6/2.6.21-at91.patch.gz;patch=1 \
+SRC_URI_append_kb9202 = " http://maxim.org.za/AT91RM9200/2.6/2.6.21-at91.patch.gz;patch=1;name=at91patch "
+SRC_URI_append_at91sam9263ek = " http://maxim.org.za/AT91RM9200/2.6/2.6.21-at91.patch.gz;patch=1;name=at91patch "
+SRC_URI_append_sarge-at91 = " http://maxim.org.za/AT91RM9200/2.6/2.6.21-at91.patch.gz;patch=1;name=at91patch \
file://2.6.21-sarge-kernel.patch;patch=1 \
file://2.6.21-sarge-phy.patch;patch=1 \
file://2.6.21-sarge-mmc.patch;patch=1"
@@ -74,7 +74,7 @@ GUMSTIX_PATCHES = "\
file://pxa-regs-fixup.patch;patch=1 \
file://gumstix-fb-logo.patch;patch=1 \
file://gumstix-pxa270-mmc.patch;patch=1 \
- ${RPSRC}/pxa27x_overlay-r5.patch;patch=1 \
+ ${RPSRC}/pxa27x_overlay-r5.patch;patch=1;name=rppatch23 \
file://smc911x-fixup.patch;patch=1 \
"
@@ -86,7 +86,11 @@ do_configure_prepend() {
cp ${WORKDIR}/tsc2003.c ${S}/drivers/i2c/chips/
}
-SRC_URI[md5sum] = "1b515f588078dfa7f4bab2634bd17e80"
-SRC_URI[sha256sum] = "f187b12d70e0a48ce81f0472dfe9504fb5f0f966be339ac9d57dd2b991a74942"
-SRC_URI[md5sum] = "b9c8734471a454806c77f040fcf9869b"
-SRC_URI[sha256sum] = "5ee24e1c5636bcffed155b1c01d7d09fedb135fa2458c190a0da03a82c8c2f60"
+SRC_URI[kernel.md5sum] = "1b515f588078dfa7f4bab2634bd17e80"
+SRC_URI[kernel.sha256sum] = "f187b12d70e0a48ce81f0472dfe9504fb5f0f966be339ac9d57dd2b991a74942"
+SRC_URI[stablepatch.md5sum] = "b9c8734471a454806c77f040fcf9869b"
+SRC_URI[stablepatch.sha256sum] = "5ee24e1c5636bcffed155b1c01d7d09fedb135fa2458c190a0da03a82c8c2f60"
+SRC_URI[rppatch23.md5sum] = "6aaf8527d5e7af634ec7067f731d4702"
+SRC_URI[rppatch23.sha256sum] = "436422924eede3d68758b84b2cd3b7fc0f204454fa9577b366acbd6c0c4c87e7"
+SRC_URI[at91patch.md5sum] = "779472ae02c2a99937879a8d1d4b9b25"
+SRC_URI[at91patch.sha256sum] = "cfb98e7635c985733dba0fb9c3cadee22ab70fb3b0db7eac8eacaebc65c92a59"