linux-yocto/3.4: 3.4.6 and 3.4.x-rt14

Updating the 3.4 kernel to the latest -stable release and updating preempt-rt
to 3.4.4-rt14.

Tested on qemu*

(From OE-Core rev: 955fd1408713634d9a96b00ef53ed0a6a188e9fe)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2012-07-23 13:10:24 -04:00
committed by Richard Purdie
parent 93060b69c7
commit e7dd47dcdf
2 changed files with 12 additions and 12 deletions

View File

@@ -3,14 +3,14 @@ require recipes-kernel/linux/linux-yocto.inc
KBRANCH = "standard/preempt-rt/base"
KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
LINUX_VERSION ?= "3.4.4"
LINUX_VERSION ?= "3.4.6"
LINUX_KERNEL_TYPE = "preempt-rt"
KMETA = "meta"
SRCREV_machine ?= "b25f7c9730e3bd3be1bf7b7982251b7459ad6579"
SRCREV_machine_qemuppc ?= "2777125ab6f92b624ecaf11d6b1ab604e64497a8"
SRCREV_meta ?= "949fddda61053cc15e46c015e8f7db17e7b33360"
SRCREV_machine ?= "2d008a6dcbf565878cee14c5f050eca53897316f"
SRCREV_machine_qemuppc ?= "94d25f958b6dfb1e8009a0feea7ab4c9a8f54a99"
SRCREV_meta ?= "d7a96809a585e06933d8c08adb9b9f66b21efb4c"
PR = "${INC_PR}.0"
PV = "${LINUX_VERSION}+git${SRCPV}"