diff options
Diffstat (limited to 'recipes/linux/linux_2.6.20.bb')
-rw-r--r-- | recipes/linux/linux_2.6.20.bb | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/recipes/linux/linux_2.6.20.bb b/recipes/linux/linux_2.6.20.bb index 6ec7580a4e..6ac225dadc 100644 --- a/recipes/linux/linux_2.6.20.bb +++ b/recipes/linux/linux_2.6.20.bb @@ -8,8 +8,8 @@ DEFAULT_PREFERENCE_nhk15 = "1" PR = "r11" -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ - ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.21.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}.21.bz2;patch=1;name=stablepatch \ file://0001-kbuild-include-limits.h-in-sumversion.c-for-PATH_MAX.patch;patch=1 \ file://defconfig" @@ -19,16 +19,16 @@ SRC_URI_append_n2100 = "\ " SRC_URI_append_at91sam9263ek = " \ - http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1 \ - http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1 \ + http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1;name=at91patch \ + http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1;name=exppatch \ " SRC_URI_append_at91sam9261ek = " \ - http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1 \ - http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1 \ + http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1;name=at91patch \ + http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1;name=exppatch \ " SRC_URI_append_at91sam9260ek = " \ - http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1 \ - http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1 \ + http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1;name=at91patch \ + http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1;name=exppatch \ " SRC_URI_append_nhk15 = " \ @@ -83,7 +83,11 @@ do_stage_append_nhk15 () { } -SRC_URI[md5sum] = "34b0f354819217e6a345f48ebbd8f13e" -SRC_URI[sha256sum] = "2c14ada1ac7d272e03b430d3a530d60fc9ec69cc8252382aa049afba7d2b8558" -SRC_URI[md5sum] = "10319d634fa66ae8a758e03a227ff79f" -SRC_URI[sha256sum] = "1e0b8c7c5c923b396dcd0a0a1aa3108676f6ad67b35132d0c068ee59fd48408f" +SRC_URI[kernel.md5sum] = "34b0f354819217e6a345f48ebbd8f13e" +SRC_URI[kernel.sha256sum] = "2c14ada1ac7d272e03b430d3a530d60fc9ec69cc8252382aa049afba7d2b8558" +SRC_URI[stablepatch.md5sum] = "10319d634fa66ae8a758e03a227ff79f" +SRC_URI[stablepatch.sha256sum] = "1e0b8c7c5c923b396dcd0a0a1aa3108676f6ad67b35132d0c068ee59fd48408f" +SRC_URI[at91patch.md5sum] = "333b0e9328194f28af83c26d3717e4ac" +SRC_URI[at91patch.sha256sum] = "8930ebfdc8a606d8cb26f073d4700460c3289fb79e943e12948329e17336ca47" +SRC_URI[exppatch.md5sum] = "691a9fd94de318aebb4b241fcff22cc6" +SRC_URI[exppatch.sha256sum] = "4f8529718a45a570cfbf452760009960264028467f398769236b501c9338fc1e" |