From: Martin Jansa Date: Wed, 29 Dec 2010 05:35:28 +0000 (+0100) Subject: linux(-kexecboot): bump SRCREV for rc8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d7143606302f8df2be541d526bfc9a77caae00;p=openembedded.git linux(-kexecboot): bump SRCREV for rc8 Signed-off-by: Martin Jansa --- 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"