aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-29 06:35:28 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-29 19:50:00 +0100
commit52d7143606302f8df2be541d526bfc9a77caae00 (patch)
tree979589da5fcf660d108c026ddcdb1b0536a3269b /recipes/linux
parente6ac906835522de58cbe2ad2a7d481b87d57d85a (diff)
downloadopenembedded-52d7143606302f8df2be541d526bfc9a77caae00.tar.gz
linux(-kexecboot): bump SRCREV for rc8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux-kexecboot_git.bb4
-rw-r--r--recipes/linux/linux_git.bb4
2 files changed, 4 insertions, 4 deletions
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"