aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-02-01 23:52:10 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-02-02 01:07:28 +0100
commitb2a7257d4c33ccb68c011da32acab0c0f19c2f60 (patch)
tree49ac57fa44c9e15cf9d98195f9f0db19f8d7ac64
parent01ef753e957bc95a7d0e4766e6bcb688cdbd8751 (diff)
downloadopenembedded-b2a7257d4c33ccb68c011da32acab0c0f19c2f60.tar.gz
linux-kexecboot: move SRCREV of git recipe to 2.6.38-rc3
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes/linux/linux-kexecboot_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-kexecboot_git.bb b/recipes/linux/linux-kexecboot_git.bb
index d93e4375ee..def1318556 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.38-rc2"
+KERNEL_RELEASE = "2.6.38-rc3"
OLD_KERNEL_RELEASE = "2.6.37"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
-SRCREV = "1bae4ce27c9c90344f23c65ea6966c50ffeae2f5"
+SRCREV = "ebf53826e105f488f4f628703a108e98940d1dc5"
SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://defconfig"