aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-nokia800_2.6.21-osso71.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/linux-nokia800_2.6.21-osso71.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/linux-nokia800_2.6.21-osso71.bb')
-rw-r--r--recipes/linux/linux-nokia800_2.6.21-osso71.bb13
1 files changed, 10 insertions, 3 deletions
diff --git a/recipes/linux/linux-nokia800_2.6.21-osso71.bb b/recipes/linux/linux-nokia800_2.6.21-osso71.bb
index 388df4ff9d..9e72d95636 100644
--- a/recipes/linux/linux-nokia800_2.6.21-osso71.bb
+++ b/recipes/linux/linux-nokia800_2.6.21-osso71.bb
@@ -3,9 +3,9 @@ PR = "r5"
DEFAULT_PREFERENCE_nokia770 = "-1"
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \
- http://repository.maemo.org/pool/os2008/free/source/k/kernel-source-rx-34/kernel-source-rx-34_2.6.21.0-osso71.diff.gz;patch=1 \
- http://www.rpsys.net/openzaurus/patches/archive/input_power-r7.patch;patch=1 \
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2;name=kernel \
+ http://repository.maemo.org/pool/os2008/free/source/k/kernel-source-rx-34/kernel-source-rx-34_2.6.21.0-osso71.diff.gz;patch=1;name=ossopatch \
+ ${RPSRC}/input_power-r7.patch;patch=1;name=rppatch24 \
file://suspend-button.patch;patch=1 \
file://linux-2.6-limits.patch;patch=1 \
file://1300-fix-gcc-4.3-false-modulo-optimization.patch.patch;patch=1 \
@@ -17,3 +17,10 @@ do_stage_append () {
mkdir -p ${STAGING_KERNEL_DIR}/drivers/media/video/omap/
cp -f drivers/media/video/omap/tcm825x.h ${STAGING_KERNEL_DIR}/drivers/media/video/omap/
}
+
+SRC_URI[kernel.md5sum] = "1b515f588078dfa7f4bab2634bd17e80"
+SRC_URI[kernel.sha256sum] = "f187b12d70e0a48ce81f0472dfe9504fb5f0f966be339ac9d57dd2b991a74942"
+SRC_URI[ossopatch.md5sum] = "f2a893efdc2712b70ee8fbb65da2a70e"
+SRC_URI[ossopatch.sha256sum] = "f219303e60f81b3cf6206b6c1851bd42069bd018ed18482ab04dded0b4339f8a"
+SRC_URI[rppatch24.md5sum] = "25bbe0e1412dce7f36f54392872c673c"
+SRC_URI[rppatch24.sha256sum] = "8526befd5b233a5911ccc6b6db4bba29ca3156db2828c11b5c696aa2e506c621"