linux-yocto: update to v3.2.8

3.2.8 was released and contains a floating point fix for x86 32
bit and some x86-64 fixes. So it's worth picking up right away.

(From OE-Core rev: 8bd3038b62eaf46f9ac09fcdc1ca5e6f6e53a126)

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-28 16:10:00 -05:00
committed by Richard Purdie
parent 11f8de9de8
commit 6c959b13e7
2 changed files with 10 additions and 10 deletions

View File

@@ -11,11 +11,11 @@ KMACHINE_qemumips = "mti-malta32-be"
KBRANCH = "standard/preempt-rt/base"
KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32"
LINUX_VERSION ?= "3.2.7"
LINUX_VERSION ?= "3.2.8"
LINUX_KERNEL_TYPE = "preempt-rt"
SRCREV_machine ?= "2043e8b786dfd06a41a66780141f731d2d788696"
SRCREV_machine_qemuppc ?= "ec400326633f011c3b7d390beb765ad955145a29"
SRCREV_machine ?= "6ab03c43328172425a6f632bff694a8da6c99f0e"
SRCREV_machine_qemuppc ?= "470deb222a704f84f3acf3a013a19d2da399d511"
SRCREV_meta ?= "4c648bbbc7d2204d1b24f444aebb10f91c4ecae3"