linux-yocto/3.4: v3.4.9, unionfs, perf and configuration changes

Updating the SRCREVs for the following updates:

  - v3.4.8, v3.4.9

  - bug fixes:
      a4c7a04 perf: add SLANG_INC for slang.h
      e32ab98 unionfs: restore FD_* utility defines
      9f0fe58 unionfs: update unionfs fork to align with mainline
      b3fcc2f codel: refine one condition to avoid a nul rec_inv_sqrt
      ef7cf65 fq_codel: should use qdisc backlog as threshold
      3f0ed1d net: codel: fix build errors
      4c06aa1 net/codel: Add missing #include <linux/prefetch.h>
      2888bf2 codel: use u16 field instead of 31bits for rec_inv_sqrt
      6edeb2e codel: use Newton method instead of sqrt() and divides
      2faecd6 fq_codel: Fair Queue Codel AQM
      edca95f netem: add ECN capability

  - config/BSP updates:

      463299b meta: bump kver to v3.4.9
      6b961c8 CrystalForest: Enable PCI IOV feature
      4bc2238 meta: Add new pci iov feature
      70346e6 mpc8315: remove now obsolete CONFIG_MISC_DEVICES

(From OE-Core rev: 696252de3a8e5c1bdc0e2c8c2c92cdeefd0babe2)

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-09-04 08:40:36 -04:00 committed by Richard Purdie
parent df2e432cd3
commit 80048ceebf
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.7"
LINUX_VERSION ?= "3.4.9"
LINUX_KERNEL_TYPE = "preempt-rt"
KMETA = "meta"
SRCREV_machine ?= "7c172e3f3d3109b23a1107f512f9463d3108f5b2"
SRCREV_machine_qemuppc ?= "ee88dfc005ec2cdbfe5fda3c27e5f8a175991948"
SRCREV_meta ?= "28bcd46af1d592dab39bd8a0891c872454fde8bc"
SRCREV_machine ?= "e8b22d297b61fb6f107f769042d47235c571da74"
SRCREV_machine_qemuppc ?= "9cdefb26d9a263430f98d642aff6551ae925fce8"
SRCREV_meta ?= "463299bc2e533e1bd38b0053ae7b210980f269c3"
PR = "${INC_PR}.0"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@ -3,17 +3,17 @@ require recipes-kernel/linux/linux-yocto.inc
KBRANCH_DEFAULT = "standard/base"
KBRANCH = "${KBRANCH_DEFAULT}"
SRCREV_machine_qemuarm ?= "6db2c606429fa8671e76eb312cdd92f9451cf8e8"
SRCREV_machine_qemumips ?= "a9f79fc1bde4f5adb7cb015d2f2b5a04bd5597a1"
SRCREV_machine_qemuppc ?= "492560e2f9a6864c5b4bbb24a35631c182fa35a5"
SRCREV_machine_qemux86 ?= "c77666c1d4c4be4be4b2046c3ff25bf1db34eb21"
SRCREV_machine_qemux86-64 ?= "c77666c1d4c4be4be4b2046c3ff25bf1db34eb21"
SRCREV_machine ?= "c77666c1d4c4be4be4b2046c3ff25bf1db34eb21"
SRCREV_meta ?= "28bcd46af1d592dab39bd8a0891c872454fde8bc"
SRCREV_machine_qemuarm ?= "67376c621baf82ce51657246896647ababf5aa7c"
SRCREV_machine_qemumips ?= "7a8c1836ce33d49ff68e549e9415538a7419e3dc"
SRCREV_machine_qemuppc ?= "5a3c4cf87fd94add818880a158e8e5a9e07303c9"
SRCREV_machine_qemux86 ?= "a4c7a048fe3407e8eea0020db4a9c41d3feb8247"
SRCREV_machine_qemux86-64 ?= "a4c7a048fe3407e8eea0020db4a9c41d3feb8247"
SRCREV_machine ?= "a4c7a048fe3407e8eea0020db4a9c41d3feb8247"
SRCREV_meta ?= "463299bc2e533e1bd38b0053ae7b210980f269c3"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
LINUX_VERSION ?= "3.4.7"
LINUX_VERSION ?= "3.4.9"
PR = "${INC_PR}.1"
PV = "${LINUX_VERSION}+git${SRCPV}"