1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

linux-yocto: v3.2.9, v3.0.23 + fixes and updates

This is an update of the linux-yocto 3.0 and 3.2 SRCREVs to bring
in the following updates:

  - v3.0.23 stable update
  - v3.2.9 stable update
  - 3.0/3.2: fri2 updates (pch + configuration changes) from Darren Hart
  - 3.0: pvr merge from Kishore Bodke
  - linux-yocto/rt: update to 3.0.23-rt38
  - linux-yocto/rt: update to 3.2.9-rt15

These have been built for all qemu targets, and built for the appropriate
hardware platforms.

(From OE-Core rev: a9e7131b85e1787e6f76c64d77b2ac6684c8a9c9)

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-03-06 09:03:10 -08:00
committed by Richard Purdie
parent a8e78d527e
commit 2129519e34
5 changed files with 27 additions and 29 deletions
@@ -11,13 +11,12 @@ KMACHINE_qemumips = "mti-malta32-be"
KBRANCH = "standard/preempt-rt/base"
KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32"
LINUX_VERSION ?= "3.2.8"
LINUX_VERSION ?= "3.2.9"
LINUX_KERNEL_TYPE = "preempt-rt"
SRCREV_machine ?= "6ab03c43328172425a6f632bff694a8da6c99f0e"
SRCREV_machine_qemuppc ?= "470deb222a704f84f3acf3a013a19d2da399d511"
SRCREV_meta ?= "4c648bbbc7d2204d1b24f444aebb10f91c4ecae3"
SRCREV_machine ?= "3652b606f1ab7769a7ecc86c70d22db4ef99fb2a"
SRCREV_machine_qemuppc ?= "0c8f5214bc15699b41369751cdecea45f717c79c"
SRCREV_meta ?= "fa83c7b0b47d1aa3e25594ddbcd125a1108d3aaa"
PR = "r1"
PV = "${LINUX_VERSION}+git${SRCPV}"