aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/linux-kexecboot_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-20 09:14:24 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-20 14:30:47 +0200
commit5616f67090d24099259816cf897c8c0858698c19 (patch)
treedf43662a8c5ceaaab12bb805bfe14d8487d8d62e /recipes/kexecboot/linux-kexecboot_git.bb
parent2602dba2ea8f64d83e6e05ad1055d283082cf00a (diff)
downloadopenembedded-5616f67090d24099259816cf897c8c0858698c19.tar.gz
linux-kexecboot_git: move from 2.6.34 to 2.6.35-rc3
* says lots of unresolved symbols and sometimes won't boot, moved just for sake of testing (_git for 2.6.34 was not usefull anymore). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot_git.bb')
-rw-r--r--recipes/kexecboot/linux-kexecboot_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/kexecboot/linux-kexecboot_git.bb b/recipes/kexecboot/linux-kexecboot_git.bb
index 7afd2bcb0f..6e29777617 100644
--- a/recipes/kexecboot/linux-kexecboot_git.bb
+++ b/recipes/kexecboot/linux-kexecboot_git.bb
@@ -1,11 +1,11 @@
require linux-kexecboot.inc
-KERNEL_RELEASE = "2.6.34"
-SRCREV = "e40152ee1e1c7a63f4777791863215e3faa37a86"
+KERNEL_RELEASE = "2.6.35-rc3"
+SRCREV = "7e27d6e778cd87b6f2415515d7127eba53fe5d02"
PV = "${KERNEL_RELEASE}+gitr${SRCPV}"
SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
- file://ARM-Add-support-for-LZMA-compressed-kernel-images.patch;status=pending \
+ file://use-noclone-attribute-for-naked.patch;status=pending \
file://defconfig"
S = "${WORKDIR}/git"