diff options
author | James Maki <jmaki@multitech.com> | 2010-09-09 10:32:03 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-09-09 10:32:03 -0500 |
commit | 0ad3155b997b79703f95a357fc5490cba141be99 (patch) | |
tree | 71fc694dcb0212977933861aecc7c682086d4f86 /recipes/linux/linux_2.6.32.bb | |
parent | 7fbbd108b9b70d0da161bcaed4dd682b35a859f8 (diff) |
move to linux-2.6.32.3
Diffstat (limited to 'recipes/linux/linux_2.6.32.bb')
-rw-r--r-- | recipes/linux/linux_2.6.32.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb index cbcf0614a6..23025cdce3 100644 --- a/recipes/linux/linux_2.6.32.bb +++ b/recipes/linux/linux_2.6.32.bb @@ -27,6 +27,17 @@ 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" +SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.3.bz2;patch=1;name=build \ + file://defconfig \ + file://linux-2.6.32.3-mach-at91.patch;patch=1 \ + file://linux-2.6.32.3-option.patch;patch=1 \ + file://linux-2.6.32.3-sierra.patch;patch=1 \ + file://linux-2.6.32.3-atmel_spi.patch;patch=1 \ + " +SRC_URI[build.md5sum] = "6bd3c5fea1e88bb4d0948ec3688bd8f6" +SRC_URI[build.sha256sum] = "e7526a7ae7210bc7c4f4837e9d8a666f9b126d59bee16015c41c5850d29c841f" + SRC_URI_append_at91sam9g45ek = " \ file://at91/linux-2.6.32-001-configurable-nand-partitions.patch;patch=1 \ file://at91/linux-2.6.32-002-sam9g20-proper-reset.patch;patch=1 \ |