aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-06-27 00:35:08 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-06-27 00:35:08 +0200
commite92855a1d50cc1955616570e7bf3ea606cbb4fc2 (patch)
tree5f565710b06738f200d9345d21f35657828f9584
parent8dd090bc9c467ea7268b691c86d3bc82882224f8 (diff)
downloadopenembedded-e92855a1d50cc1955616570e7bf3ea606cbb4fc2.tar.gz
linux-kexecboot: update git recipe to 3.0-rc4
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes/linux/linux-kexecboot_git.bb6
1 files 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"