diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-17 09:22:27 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-17 10:05:31 +0200 |
commit | 3c26dd6900011d15287e276fd1555091de39f945 (patch) | |
tree | b44587a049407245f207bfefe3f9131936dd0df3 /recipes/linux/linux_git.bb | |
parent | b362ce8d2330d6d8b2498ecbfe5f9ad8b183df68 (diff) |
linux_git: bump SRCREV for 2.6.34
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux_git.bb')
-rw-r--r-- | recipes/linux/linux_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb index 2af35b355d..5bbf8988c5 100644 --- a/recipes/linux/linux_git.bb +++ b/recipes/linux/linux_git.bb @@ -1,7 +1,7 @@ require linux.inc -KERNEL_RELEASE = "2.6.34-rc6" -SRCREV = "be1066bbcd443a65df312fdecea7e4959adedb45" +KERNEL_RELEASE = "2.6.34" +SRCREV = "e40152ee1e1c7a63f4777791863215e3faa37a86" PV = "${KERNEL_RELEASE}+gitr${SRCPV}" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \ |