diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 14:21:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 14:37:16 +0200 |
commit | b3da9b413ca79ee787aac4dd9515c961a3e50bd4 (patch) | |
tree | d38ec11d9ddb30b7ddfb0e0a61a0ce8712cdeb4b /recipes/linux | |
parent | 3b9734626c4f02767b9470d4de3aed74b2163b97 (diff) |
linux-h6300-omap1_2.6.12-rc5: fix SRC_URIs and add checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-h6300-omap1_2.6.12-rc5.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes/linux/linux-h6300-omap1_2.6.12-rc5.bb b/recipes/linux/linux-h6300-omap1_2.6.12-rc5.bb index 868e3fa38d..73fb97fccb 100644 --- a/recipes/linux/linux-h6300-omap1_2.6.12-rc5.bb +++ b/recipes/linux/linux-h6300-omap1_2.6.12-rc5.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Linux kernel for h6300 devices." SECTION = "kernel" LICENSE = "GPLv2" -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/linux-2.6.12-rc5.tar.bz2;name=kernel \ - http://www.muru.com/linux/omap/patches/patch-2.6.12-rc5-omap2.bz2;patch=1;name=patch \ +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/v2.6.12/linux-2.6.12-rc5.tar.bz2;name=kernel \ + http://www.muru.com/linux/omap/patches/old/patch-2.6.12-rc5-omap2.bz2;patch=1;name=patch \ file://h6300_omap1_2612rc5.patch;patch=1 \ file://defconfig" @@ -17,3 +17,8 @@ do_configure_prepend() { install -m 0644 ${WORKDIR}/defconfig ${S}/.config oe_runmake oldconfig } + +SRC_URI[kernel.md5sum] = "0f9afd619a10872b3383362d55c892c3" +SRC_URI[kernel.sha256sum] = "4cc5ca6e2ea8583f026620169e5d6eceb6c620181ba0633efbeb74cdb8c2fc59" +SRC_URI[patch.md5sum] = "e52cf4f24b46bee3df0d9e9e257eecc3" +SRC_URI[patch.sha256sum] = "457ec3ccb135b80ce3b5c79ad356b142080405f7bd510b52c349567fff82fa46" |