From ffbc5d58ed529dd3bcadb335f6a12fbda407abbd Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 31 Mar 2011 23:54:14 +0200 Subject: [PATCH] linux: update linux_git placeholder to 2.6.39-rc1 Signed-off-by: Andrea Adami --- recipes/linux/linux_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb index c089f44d47..8281e5a1d4 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-rc8" -OLD_KERNEL_RELEASE = "2.6.36" +KERNEL_RELEASE = "2.6.39-rc1" +OLD_KERNEL_RELEASE = "2.6.38" PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}" -SRCREV = "387c31c7e5c9805b0aef8833d1731a5fe7bdea14" +SRCREV = "0ce790e7d736cedc563e1fb4e998babf5a4dbc3d" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \ file://defconfig" -- 2.39.5