[oe-commits] Martin Jansa : linux-h6300-omap1_2.6.12-rc5: fix SRC_URIs and add checksums

git version control git at git.openembedded.org
Tue Apr 13 12:37:35 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b3da9b413ca79ee787aac4dd9515c961a3e50bd4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b3da9b413ca79ee787aac4dd9515c961a3e50bd4

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Apr 13 14:21:21 2010 +0200

linux-h6300-omap1_2.6.12-rc5: fix SRC_URIs and add checksums

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 868e3fa..73fb97f 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"





More information about the Openembedded-commits mailing list