From 52d7143606302f8df2be541d526bfc9a77caae00 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 29 Dec 2010 06:35:28 +0100 Subject: linux(-kexecboot): bump SRCREV for rc8 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(-) (limited to 'recipes/linux') diff --git a/recipes/linux/linux-kexecboot_git.bb b/recipes/linux/linux-kexecboot_git.bb index 8cbde79e1f..04eeae8654 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.37-rc7" +KERNEL_RELEASE = "2.6.37-rc8" OLD_KERNEL_RELEASE = "2.6.36" PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}" -SRCREV = "90a8a73c06cc32b609a880d48449d7083327e11a" +SRCREV = "387c31c7e5c9805b0aef8833d1731a5fe7bdea14" 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 e5c632e540..c089f44d47 100644 --- a/recipes/linux/linux_git.bb +++ b/recipes/linux/linux_git.bb @@ -1,10 +1,10 @@ require linux.inc -KERNEL_RELEASE = "2.6.37-rc7" +KERNEL_RELEASE = "2.6.37-rc8" OLD_KERNEL_RELEASE = "2.6.36" PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}" -SRCREV = "90a8a73c06cc32b609a880d48449d7083327e11a" +SRCREV = "387c31c7e5c9805b0aef8833d1731a5fe7bdea14" 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