From: Andrea Adami Date: Thu, 31 Mar 2011 21:54:14 +0000 (+0200) Subject: linux: update linux_git placeholder to 2.6.39-rc1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffbc5d58ed529dd3bcadb335f6a12fbda407abbd;p=openembedded.git linux: update linux_git placeholder to 2.6.39-rc1 Signed-off-by: Andrea Adami --- 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"