diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-02 15:04:26 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-03 09:23:59 +0200 |
commit | 0a1635529a4a8cc5dfe614695bc8dd506f657f21 (patch) | |
tree | 508015cf9a9838133a12974d2ad6186965e9464a /recipes/kexecboot/linux-kexecboot_git.bb | |
parent | 4bdfba436f9e201b28aa09384306645847f4645f (diff) |
linux-kexecboot: add 2.6.35
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot_git.bb')
-rw-r--r-- | recipes/kexecboot/linux-kexecboot_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/kexecboot/linux-kexecboot_git.bb b/recipes/kexecboot/linux-kexecboot_git.bb index 8631050645..14bfd3e36f 100644 --- a/recipes/kexecboot/linux-kexecboot_git.bb +++ b/recipes/kexecboot/linux-kexecboot_git.bb @@ -1,7 +1,7 @@ require linux-kexecboot.inc -KERNEL_RELEASE = "2.6.35-rc6" -SRCREV = "b37fa16e78d6f9790462b3181602a26b5af36260" +KERNEL_RELEASE = "2.6.35" +SRCREV = "9fe6206f400646a2322096b56c59891d530e8d51" 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 \ |