diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-21 14:32:59 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-03 12:19:00 +0200 |
commit | b196b4ea4b124c2ea22d5823847a653252dbdcf3 (patch) | |
tree | 24f36068cf8aa0ec3a33d46ea132f7ca73ad43c7 /recipes/linux/linux-openmoko-2.6.32_git.bb | |
parent | 5e75fa8c1b28055b610eb47ba5d3368a16810aa4 (diff) |
linux-openmoko-2.6.32: upgrade stable patch to 2.6.32.17, move more stuff to modules, update om-gta02 to load them
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.32_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.32_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb index 3c237f2d37..c8ec1bedd9 100644 --- a/recipes/linux/linux-openmoko-2.6.32_git.bb +++ b/recipes/linux/linux-openmoko-2.6.32_git.bb @@ -1,7 +1,7 @@ require linux.inc require linux-openmoko.inc -KERNEL_RELEASE="2.6.32.16" +KERNEL_RELEASE="2.6.32.17" SRCREV = "a9254be10ac2294ea20165a87c09ea6afcf66d94" OEV = "oe3.3" @@ -42,8 +42,8 @@ SRC_URI = "\ file://defconfig \ " -SRC_URI[stablepatch.md5sum] = "744890f9651962ceae7663d44b19df65" -SRC_URI[stablepatch.sha256sum] = "e744aaa87d2daee6d10b76f411d9efa13db24f779981890b482d72364694aa08" +SRC_URI[stablepatch.md5sum] = "ca9a0f5c28803e9231dc9ee5b0faa863" +SRC_URI[stablepatch.sha256sum] = "823a3c2d8d76e4c7d278999a11c274ffb28a0d25a45b24bc95c5bee7ec192ee3" S = "${WORKDIR}/git" |