diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-15 14:01:00 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-24 07:19:18 +0100 |
commit | be1442e78ef96fc9fa4873fd3bad36771849574d (patch) | |
tree | 6ea886ca4eb6f13c346868e4c00619d1b94ff108 | |
parent | 03abfcb0341c93736b782781c1c2562c4c5e5e4b (diff) | |
download | poky-be1442e78ef96fc9fa4873fd3bad36771849574d.tar.gz |
linux-yocto/3.19: Braswell DRM fixes
Updating the 3.19 kernel SRCREVs to integrate the following Braswell
changes:
374b5d0e09ea drm/i915: Only wait for required lanes in vlv_wait_port_ready()
fca99e8ee111 Revert "drm/i915: Hack to tie both common lanes together on chv"
00682f31b612 drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHV
654b1a4497c5 drm/i915: Implement chv display PHY lane stagger setup
(From OE-Core rev: 211b631b0d7bf4df3152f4d8d626d798d023d512)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.19.bb | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb index d8f8d498ad..e55a75a74e 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | |||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.19.5" | |||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "0befa35f40997c90936047e57fbbdd7edbf7e525" | 12 | SRCREV_machine ?= "374b5d0e09ea016975f3d5ab5544968f31054f52" |
13 | SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892" | 13 | SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb index b6ec61a43b..72fe25ac86 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb | |||
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/common-pc" | |||
11 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 11 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "123f12cf162082802442d70701d83749376c45df" | 14 | SRCREV_machine_qemuarm ?= "00d625a9e909ff5cbf138cb20dc54e10f30638b3" |
15 | SRCREV_machine_qemuarm64 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525" | 15 | SRCREV_machine_qemuarm64 ?= "374b5d0e09ea016975f3d5ab5544968f31054f52" |
16 | SRCREV_machine_qemumips ?= "c6bc6e6a10b188f96b9761411421be78ee67aa75" | 16 | SRCREV_machine_qemumips ?= "76bf3763b224e6d15c060206015f787e8968a4d7" |
17 | SRCREV_machine_qemuppc ?= "b79584c854f875890d708d7fb3cda85430a9d3ec" | 17 | SRCREV_machine_qemuppc ?= "6188d8bb5f774f0f760225f34371e94fcf8615d4" |
18 | SRCREV_machine_qemux86 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525" | 18 | SRCREV_machine_qemux86 ?= "374b5d0e09ea016975f3d5ab5544968f31054f52" |
19 | SRCREV_machine_qemux86-64 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525" | 19 | SRCREV_machine_qemux86-64 ?= "374b5d0e09ea016975f3d5ab5544968f31054f52" |
20 | SRCREV_machine_qemumips64 ?= "b25c62fa52d51dac118b0eed20b8d5971434fa80" | 20 | SRCREV_machine_qemumips64 ?= "623f6699ea6c4148579c8ede54ccfe0f3784b531" |
21 | SRCREV_machine ?= "0befa35f40997c90936047e57fbbdd7edbf7e525" | 21 | SRCREV_machine ?= "374b5d0e09ea016975f3d5ab5544968f31054f52" |
22 | SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892" | 22 | SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |