From e92855a1d50cc1955616570e7bf3ea606cbb4fc2 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Mon, 27 Jun 2011 00:35:08 +0200 Subject: linux-kexecboot: update git recipe to 3.0-rc4 Signed-off-by: Andrea Adami --- recipes/linux/linux-kexecboot_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/linux/linux-kexecboot_git.bb b/recipes/linux/linux-kexecboot_git.bb index 78037992ce..6409040c0d 100644 --- a/recipes/linux/linux-kexecboot_git.bb +++ b/recipes/linux/linux-kexecboot_git.bb @@ -1,10 +1,10 @@ require linux-kexecboot.inc -KERNEL_RELEASE = "2.6.39-rc7" -OLD_KERNEL_RELEASE = "2.6.38" +KERNEL_RELEASE = "3.0-rc4" +OLD_KERNEL_RELEASE = "2.6.39" PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}" -SRCREV = "3568bd9720b4a775f28a718fcbb462ce2f386988" +SRCREV = "56299378726d5f2ba8d3c8cbbd13cb280ba45e4f" SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \ file://defconfig" -- cgit 1.2.3-korg