linux-yocto: update 3.2 kernel to v3.2.7

Updating the 3.2 kernel recipe to the latest -stable release.

(From OE-Core rev: 97d55a32c7bb7650af59a5bce49cf8409a875f98)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2012-02-26 01:04:53 -05:00
committed by Richard Purdie
parent d1130b4b21
commit 84ad6671d5
2 changed files with 14 additions and 12 deletions

View File

@@ -11,12 +11,13 @@ KMACHINE_qemumips = "mti-malta32-be"
KBRANCH = "standard/preempt-rt/base"
KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32"
LINUX_VERSION ?= "3.2.2"
LINUX_VERSION ?= "3.2.7"
LINUX_KERNEL_TYPE = "preempt-rt"
SRCREV_machine ?= "415af017cf163c63d7b1e6e929e4a9c9baf5ba6d"
SRCREV_machine_qemuppc ?= "38345c1e41b15c49308a9adbdde95167eeaa05fa"
SRCREV_meta ?= "138bf5b502607fe40315c0d76822318d77d97e01"
SRCREV_machine ?= "2043e8b786dfd06a41a66780141f731d2d788696"
SRCREV_machine_qemuppc ?= "ec400326633f011c3b7d390beb765ad955145a29"
SRCREV_meta ?= "5db8963f9aefc70b4483ca4ccce8f2ef6964e2c3"
PR = "r0"
PV = "${LINUX_VERSION}+git${SRCPV}"