From 1fcb9843d663a5746690c81fe1cd6cf84dac04b9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 22 Jul 2014 16:40:39 -0400 Subject: linux-yocto/3.14: libata and generic CPU modalias handling Updating the 3.14 yocto kernel to incorporate the following fix and feature of interest. 5724bf17acbf x86: align x86 arch with generic CPU modalias handling 6b9a52451a78 cpu: add generic support for CPU feature based module 38367de316bb libata: support the ata host which implements a queue depth less than 32 [YOCTO: #6489] Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_3.14.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb index 031d2e5461..7b8b653827 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb @@ -10,13 +10,13 @@ KBRANCH_qemux86 = "standard/common-pc/base" KBRANCH_qemux86-64 = "standard/common-pc-64/base" KBRANCH_qemumips64 = "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "ed834b297cd5d36b303d36119549b90789e2890e" -SRCREV_machine_qemumips ?= "12eba41a9a3bb017dcb45e721f20d7e68903b1c3" -SRCREV_machine_qemuppc ?= "e2dbfaf796b18b0b9918f194e2a4c9e9eded0c2c" -SRCREV_machine_qemux86 ?= "e8eb08d85050a944582e974cd461f741191bd07c" -SRCREV_machine_qemux86-64 ?= "5bee7e1583d4f075ac5a96d121271b347b384fd7" -SRCREV_machine_qemumips64 ?= "4ecb96fcb1826a127d6afbf67b8e69cccd7ccc8e" -SRCREV_machine ?= "5bee7e1583d4f075ac5a96d121271b347b384fd7" +SRCREV_machine_qemuarm ?= "b38b84aebf889d84e65e81ac11122b977f0c5155" +SRCREV_machine_qemumips ?= "c9d827207d8dfab330787659b2842485dbd36d77" +SRCREV_machine_qemuppc ?= "58b7cb00580985410ba8491c61e80d2572552ed9" +SRCREV_machine_qemux86 ?= "5b327970eb1dba02c65cb8330dc8f3049c4fa580" +SRCREV_machine_qemux86-64 ?= "5724bf17acbf54cf61003ab242448fd96d189384" +SRCREV_machine_qemumips64 ?= "34837892b66eaa034cd3e3d339cab0ea6f594511" +SRCREV_machine ?= "5724bf17acbf54cf61003ab242448fd96d189384" SRCREV_meta ?= "b2af4e3528e65583c98f3a08c6edb0cad7a120b0" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" -- cgit 1.2.3-korg