From c830d2a852511d0306ac38f35fc67a372033e97f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 9 May 2011 10:20:17 +0200 Subject: [PATCH] linux(-kexecboot)_git: bump SRCREV to rc6 Signed-off-by: Martin Jansa --- recipes/linux/linux-kexecboot_git.bb | 4 ++-- recipes/linux/linux_git.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/linux/linux-kexecboot_git.bb b/recipes/linux/linux-kexecboot_git.bb index a185d97629..ef8b0038ff 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-rc5" +KERNEL_RELEASE = "2.6.39-rc6" OLD_KERNEL_RELEASE = "2.6.38" PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}" -SRCREV = "8e10cd74342c7f5ce259cceca36f6eba084f5d58" +SRCREV = "8b061610dac3a3b89770c85ad63b481a47b0c38e" SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \ file://defconfig" diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb index b0ad59b2d7..5528c23d8e 100644 --- a/recipes/linux/linux_git.bb +++ b/recipes/linux/linux_git.bb @@ -1,10 +1,10 @@ require linux.inc -KERNEL_RELEASE = "2.6.39-rc5" +KERNEL_RELEASE = "2.6.39-rc6" OLD_KERNEL_RELEASE = "2.6.38" PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}" -SRCREV = "8e10cd74342c7f5ce259cceca36f6eba084f5d58" +SRCREV = "8b061610dac3a3b89770c85ad63b481a47b0c38e" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \ file://defconfig" -- 2.11.4.GIT