summaryrefslogtreecommitdiffstats
path: root/recipes/linux/netbook-pro-kernel_2.6.17.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 10:39:50 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:16:13 +0200
commit16f464bd8cff6b6a27d9bfe691f7adc875d01ac2 (patch)
treed235ad1dba36225ca211cc7c606ecaab4ff883c5 /recipes/linux/netbook-pro-kernel_2.6.17.bb
parent44985d56bc556786812a0a02d6219afd31a7381d (diff)
downloadopenembedded-16f464bd8cff6b6a27d9bfe691f7adc875d01ac2.tar.gz
recipes: move checksums to recipes from checksums.ini, part 2 manual adjustement
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/netbook-pro-kernel_2.6.17.bb')
-rw-r--r--recipes/linux/netbook-pro-kernel_2.6.17.bb21
1 files changed, 16 insertions, 5 deletions
diff --git a/recipes/linux/netbook-pro-kernel_2.6.17.bb b/recipes/linux/netbook-pro-kernel_2.6.17.bb
index d95c2b10cc..eb0d013668 100644
--- a/recipes/linux/netbook-pro-kernel_2.6.17.bb
+++ b/recipes/linux/netbook-pro-kernel_2.6.17.bb
@@ -5,11 +5,11 @@ PR = "r2"
COMPATIBLE_MACHINE = "netbook-pro"
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \
- http://linuxtogo.org/~koen/netbook-base-r3.patch;patch=1 \
- http://linuxtogo.org/~koen/netbook-pcon-r0.patch;patch=1 \
- http://linuxtogo.org/~koen/netbook-pcon-i2c-r1.patch;patch=1 \
- http://linuxtogo.org/~koen/defconfig \
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2;name=kernel \
+ http://linuxtogo.org/~koen/netbook-base-r3.patch;patch=1;name=patch1 \
+ http://linuxtogo.org/~koen/netbook-pcon-r0.patch;patch=1;name=patch2 \
+ http://linuxtogo.org/~koen/netbook-pcon-i2c-r1.patch;patch=1;name=patch3 \
+ http://linuxtogo.org/~koen/defconfig;name=config \
"
S = "${WORKDIR}/linux-2.6.17"
@@ -43,3 +43,14 @@ do_configure() {
}
+
+SRC_URI[kernel.md5sum] = "37ddefe96625502161f075b9d907f21e"
+SRC_URI[kernel.sha256sum] = "ab0f647d52f124958439517df9e1ae0efda90cdb851f59f522fa1749f1d87d58"
+SRC_URI[patch1.md5sum] = "b6e67a96e2f84bb70912da8c7e0d5ec1"
+SRC_URI[patch1.sha256sum] = "e836560ffae454d4ca0c4cacd1f2a3e8528c5744372a77968bba3b947328ca38"
+SRC_URI[patch2.md5sum] = "e69d763fc7e6ba9bae2f31780abfe6a0"
+SRC_URI[patch2.sha256sum] = "eff1b8f117ef18f9685efb0c846666e7676e00239d26dd0763ee6b611408a9ca"
+SRC_URI[patch3.md5sum] = "35737b77e07c83d69137fca3e4b3097d"
+SRC_URI[patch3.sha256sum] = "f0112bf83be7d379276ae0c6f674d4f0cab692dd2fe089dbbfd05cf0e0319dc6"
+SRC_URI[config.md5sum] = "0990daae2c846a01735922f9faa940df"
+SRC_URI[config.sha256sum] = "a7b02a779a59de06c2f55a47db01d414ac52e952eb6e21e6b5f9c34e3b36a8ab"