diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-04 22:20:24 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-05 16:27:54 +0100 |
commit | ed3ef0823fde89371a473d20c0127c0bd16d062b (patch) | |
tree | 67628e64b8faadee9049af6927e9360d413b6e6a /meta | |
parent | cec4879eda6fa3b54d176beeccd3994726b27cfb (diff) | |
download | poky-ed3ef0823fde89371a473d20c0127c0bd16d062b.tar.gz |
qemumips: fix keyboard entry in graphical boots1.5_M4.rc31.5_M4.final1.5_M4
qemumips* (aka mti-malta32/64) still need to revert the following in
3.10:
"Input: i8042-io - fix up region handling on MIPS" (commit 197a1e96)
It was understood that this was no longer necessary, but X based boots
still suffer the issue.
(From OE-Core rev: 57483db524cdf7c42af48bbaee163f5396294ac0)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 1d29f6bc2f..2de1798c1f 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb | |||
@@ -4,11 +4,11 @@ KBRANCH_DEFAULT = "standard/base" | |||
4 | KBRANCH = "${KBRANCH_DEFAULT}" | 4 | KBRANCH = "${KBRANCH_DEFAULT}" |
5 | 5 | ||
6 | SRCREV_machine_qemuarm ?= "6a38a13d2aa6058d7e7d88c3dc44b0bdfc4fe551" | 6 | SRCREV_machine_qemuarm ?= "6a38a13d2aa6058d7e7d88c3dc44b0bdfc4fe551" |
7 | SRCREV_machine_qemumips ?= "ad273773bee951fc63ab54f9fda672263bf919b4" | 7 | SRCREV_machine_qemumips ?= "6c8921e44618938847865e4a9951086d7dc23085" |
8 | SRCREV_machine_qemuppc ?= "677afd6cdbfb5c23a9e5479acafb7ba484789837" | 8 | SRCREV_machine_qemuppc ?= "677afd6cdbfb5c23a9e5479acafb7ba484789837" |
9 | SRCREV_machine_qemux86 ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" | 9 | SRCREV_machine_qemux86 ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" |
10 | SRCREV_machine_qemux86-64 ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" | 10 | SRCREV_machine_qemux86-64 ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" |
11 | SRCREV_machine_qemumips64 ?= "6fdcd396b40373a63f57aeaf4fd59b4b4da05f8a" | 11 | SRCREV_machine_qemumips64 ?= "ebc55bed9558a0e2f390e9cef03161b299138326" |
12 | SRCREV_machine ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" | 12 | SRCREV_machine ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" |
13 | SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446" | 13 | SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446" |
14 | 14 | ||