From 3870681ff63236659cda220c00b4d87ecac196f0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 23 Sep 2010 14:35:17 +0200 Subject: linux(-kexecboot)_git: bump SRCREV for 2.6.36-rc6 Signed-off-by: Martin Jansa --- recipes/linux/linux-kexecboot_git.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'recipes/linux/linux-kexecboot_git.bb') diff --git a/recipes/linux/linux-kexecboot_git.bb b/recipes/linux/linux-kexecboot_git.bb index 14bfd3e36f..89200ca043 100644 --- a/recipes/linux/linux-kexecboot_git.bb +++ b/recipes/linux/linux-kexecboot_git.bb @@ -1,11 +1,12 @@ require linux-kexecboot.inc -KERNEL_RELEASE = "2.6.35" -SRCREV = "9fe6206f400646a2322096b56c59891d530e8d51" -PV = "${KERNEL_RELEASE}+gitr${SRCPV}" +KERNEL_RELEASE = "2.6.36-rc6" +OLD_KERNEL_RELEASE = "2.6.35" +PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}" + +SRCREV = "899611ee7d373e5eeda08e9a8632684e1ebbbf00" SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \ - file://fix.module.loading.16310.patch \ file://defconfig" S = "${WORKDIR}/git" -- cgit 1.2.3-korg