summaryrefslogtreecommitdiffstats
path: root/recipes/linux/mx21ads-kernel_2.6.19rc6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/mx21ads-kernel_2.6.19rc6.bb')
-rw-r--r--recipes/linux/mx21ads-kernel_2.6.19rc6.bb13
1 files changed, 10 insertions, 3 deletions
diff --git a/recipes/linux/mx21ads-kernel_2.6.19rc6.bb b/recipes/linux/mx21ads-kernel_2.6.19rc6.bb
index 392f5e5b71..a19919af6e 100644
--- a/recipes/linux/mx21ads-kernel_2.6.19rc6.bb
+++ b/recipes/linux/mx21ads-kernel_2.6.19rc6.bb
@@ -5,9 +5,9 @@ PR = "r2"
PV = "2.6.18+2.6.19-rc6"
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \
- ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2;patch=1 \
- http://opensource.wolfsonmicro.com/~lg/linux-2.6-mx21/mx21ads-2.6.19rc6-lg1.patch.bz2;patch=1 \
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2;name=kernel \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2;patch=1;name=rcpatch \
+ http://opensource.wolfsonmicro.com/~lg/linux-2.6-mx21/mx21ads-2.6.19rc6-lg1.patch.bz2;patch=1;name=mx21patch \
file://mx21ads_defconfig"
S = "${WORKDIR}/linux-2.6.18"
@@ -44,3 +44,10 @@ do_configure_prepend() {
yes '' | oe_runmake oldconfig
}
+
+SRC_URI[kernel.md5sum] = "296a6d150d260144639c3664d127d174"
+SRC_URI[kernel.sha256sum] = "c95280ff6c5d2a17788f7cc582d23ae8a9a7ba3f202ec6e4238eaadfce7c163d"
+SRC_URI[rcpatch.md5sum] = "e786ab1f9c8ee97f054462811a89aaba"
+SRC_URI[rcpatch.sha256sum] = "58007ec7430c5d954d2eccd64879797dfbcce68561c9de232cb59aca4fd2c1f4"
+SRC_URI[mx21patch.md5sum] = "d459eeb5da1f0e35a2192de57aaa7241"
+SRC_URI[mx21patch.sha256sum] = "b013c87894112f7732c9bd693d9f875356ee45e3332701ece38d123a9f2d3e65"