linux-yocto/3.8: udpate to v3.8.11

Update the linux-yocto-3.8 SRCREVs to the korg 3.8.11 -stable release.

(From OE-Core master rev: b60d04331f84e06fae6c074acab045c3e003929b)

(From OE-Core rev: cebfb5d7b3adc4bfe44771cfec72f727c5e529b4)

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
2013-05-05 21:23:30 -07:00
committed by Richard Purdie
parent 397589cd08
commit cf801ae2b8
3 changed files with 15 additions and 15 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.8.4"
LINUX_VERSION ?= "3.8.11"
LINUX_KERNEL_TYPE = "preempt-rt"
KMETA = "meta"
SRCREV_machine ?= "fd5af245e21d80e8700d41c1ecf3fc4b2c3d2e40"
SRCREV_machine_qemuppc ?= "fa8b702a32cc19e77805d91224d0409f09808c88"
SRCREV_meta ?= "27b63fdbd25ad1a37bacc05f49a205c150d21779"
SRCREV_machine ?= "eeadef5c3a0a40aa4e01b20362e40009927f3ad6"
SRCREV_machine_qemuppc ?= "c7d4373996ddeb82ab7b8b5ea391227c8d10c6e9"
SRCREV_meta ?= "8482dcdf68f9f7501118f4c01fdcb8f851882997"
PR = "${INC_PR}.1"
PV = "${LINUX_VERSION}+git${SRCPV}"