diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 14:14:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 14:36:59 +0200 |
commit | c9113971d237cab10e7c4bad776ba3e04ab24099 (patch) | |
tree | 423c7d560ade9aae4a69c8d737fd938d2b769d29 /recipes | |
parent | e88955b207647fcdb00117a7065cd287511fb67c (diff) |
linux-h1940_2.6.17-h1940: update SRC_URI
* rtpnet.nerim.net does not exist, but rtp-net.org does
* commented CHECKSUMS.INI mismatch was because downloads/full.patch
conflicts with full.patch from other recipe (and SRC_URI was right
only for the other one)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux-h1940_2.6.17-h1940.bb | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/recipes/linux/linux-h1940_2.6.17-h1940.bb b/recipes/linux/linux-h1940_2.6.17-h1940.bb index 58b7742f42..679c5c44bf 100644 --- a/recipes/linux/linux-h1940_2.6.17-h1940.bb +++ b/recipes/linux/linux-h1940_2.6.17-h1940.bb @@ -8,13 +8,13 @@ COMPATIBLE_HOST = "arm.*-linux" COMPATIBLE_MACHINE = "h1940" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2;name=kernel \ - http://rtpnet.nerim.net/ipaq/patches/2.6.17-1/v2.6.17-gitcurrent.patch;patch=1;name=patch1 \ - http://rtpnet.nerim.net/ipaq/patches/2.6.17-1/full.patch;patch=1;name=patch2 \ - http://rtpnet.nerim.net/ipaq/patches/2.6.17-1/WIP/serial_sparse.patch;patch=1;name=patch3 \ - http://rtpnet.nerim.net/ipaq/patches/2.6.17-1/WIP/h1940_leds.patch;patch=1;name=patch4 \ - http://rtpnet.nerim.net/ipaq/patches/2.6.17-1/WIP/bluetooth.patch;patch=1;name=patch5 \ - http://rtpnet.nerim.net/ipaq/patches/2.6.17-1/WIP/h1940_batt.patch;patch=1;name=patch6 \ - http://rtpnet.nerim.net/ipaq/patches/2.6.17-1/WIP/mtd_partition.patch;patch=1;name=patch7 \ + http://rtp-net.org/ipaq/patches/2.6.17-1/v2.6.17-gitcurrent.patch;patch=1;name=patch1 \ + http://rtp-net.org/ipaq/patches/2.6.17-1/full.patch;patch=1;name=patch2 \ + http://rtp-net.org/ipaq/patches/2.6.17-1/WIP/serial_sparse.patch;patch=1;name=patch3 \ + http://rtp-net.org/ipaq/patches/2.6.17-1/WIP/h1940_leds.patch;patch=1;name=patch4 \ + http://rtp-net.org/ipaq/patches/2.6.17-1/WIP/bluetooth.patch;patch=1;name=patch5 \ + http://rtp-net.org/ipaq/patches/2.6.17-1/WIP/h1940_batt.patch;patch=1;name=patch6 \ + http://rtp-net.org/ipaq/patches/2.6.17-1/WIP/mtd_partition.patch;patch=1;name=patch7 \ http://anymore.nl/ipaq/usbgadget_fixups.patch;patch=1;name=patch8 \ http://anymore.nl/ipaq/udc_usb_gadget_register_driver_fix.patch;patch=1;name=patch9 \ http://anymore.nl/ipaq/udc_unbind.patch;patch=1;name=patch10 \ @@ -35,9 +35,6 @@ SRC_URI[patch1.md5sum] = "d41d8cd98f00b204e9800998ecf8427e" SRC_URI[patch1.sha256sum] = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" SRC_URI[patch2.md5sum] = "230b98276779339a4102abdb1c36197a" SRC_URI[patch2.sha256sum] = "866d1e45a575f448148c227f60cde4c8b607c51f179da3a7ec1acb5036b8e3ec" -# CHECKSUMS.INI MISMATCH: I got this instead: -#SRC_URI[patch2.md5sum] = "d7ec27a9b44eed194426038640af5460" -#SRC_URI[patch2.sha256sum] = "70e8e8230390fb355d62270764f18f6b553bcb9383ddabfbed4a1238b0e79b80" SRC_URI[patch3.md5sum] = "2734448ca22fc44c2d999a5e47c70d5d" SRC_URI[patch3.sha256sum] = "3a8b96d7955a022045c781c1b8ac266fa8cdd47295744d60e7c00a6e88abbb3d" SRC_URI[patch4.md5sum] = "f1c690a1c94a4178cf71ddeba3d52acc" |