1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

linux-yocto: bump version to 3.4.7

The v3.4.7 -stable update has been released, updating all in-tree
BSPs to this new baseline.

(From OE-Core rev: 89a0587d5affe8d8986efce7738b7b3774792154)

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-08-08 13:38:04 -04:00
committed by Richard Purdie
parent 0a0ffcf18b
commit 101bdc6ca2
2 changed files with 12 additions and 12 deletions
@@ -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.6"
LINUX_VERSION ?= "3.4.7"
LINUX_KERNEL_TYPE = "preempt-rt"
KMETA = "meta"
SRCREV_machine ?= "2d008a6dcbf565878cee14c5f050eca53897316f"
SRCREV_machine_qemuppc ?= "94d25f958b6dfb1e8009a0feea7ab4c9a8f54a99"
SRCREV_meta ?= "7ff48aa47c50b6455d60ca93bc81260ce8fe1a1b"
SRCREV_machine ?= "50cc910aeb0571921b7ad86091ec2dc621adf67f"
SRCREV_machine_qemuppc ?= "713b13fa93d4d0b1780b31ed9bbb7a5527447886"
SRCREV_meta ?= "8d2012649516f3c489295a31fb9ea7afd1b464e4"
PR = "${INC_PR}.0"
PV = "${LINUX_VERSION}+git${SRCPV}"