aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux_git.bb')
-rw-r--r--recipes/linux/linux_git.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb
index 2af35b355d..49675149b6 100644
--- a/recipes/linux/linux_git.bb
+++ b/recipes/linux/linux_git.bb
@@ -1,14 +1,16 @@
require linux.inc
-KERNEL_RELEASE = "2.6.34-rc6"
-SRCREV = "be1066bbcd443a65df312fdecea7e4959adedb45"
+KERNEL_RELEASE = "2.6.36-rc2"
+OLD_KERNEL_RELEASE = "2.6.35"
+PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
+
+SRCREV = "d1b113bb028999e82a8528e1484be8c23fb5a7d9"
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;patch=1;status=pending \
file://defconfig"
S = "${WORKDIR}/git"
# Mark archs/machines that this kernel supports
-DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE = "-2"