diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-10-02 16:16:50 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-07 00:11:20 +0100 |
commit | ad8c0216dd93e15a4b68519b881808b2f3c0eab0 (patch) | |
tree | d94bf7976506accc3e5568898b46fe25f326adba /meta | |
parent | 48e5579c1e0b382f890ef533ff39ad5f3a3390cf (diff) | |
download | poky-ad8c0216dd93e15a4b68519b881808b2f3c0eab0.tar.gz |
linux-yocto/4.1: drm/i915 backports
Updating the SRCREVs to integrate the following backports:
52a4a9f4a2b4 drm/i915/gen8: Initialize page tables
a95cb62f8e85 drm/i915: Remove unnecessary gen8_ppgtt_unmap_pages
a24d98fc488d drm/i915: Remove _entry from PPGTT page structures
(From OE-Core rev: 6bf364687c2d524f836a7b1d0f60f7b018dce839)
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-rt_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 16 |
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index e02c06b84d..32c9f86f23 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |||
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base" | |||
2 | 2 | ||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "29257e529f968d17a5238624f27ddc76f759dc9d" | 5 | SRCREV_machine ?= "8acaa791408f146069473a96e3d98bed8be86244" |
6 | SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" | 6 | SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ | 8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index 9fb5eb894b..f289d37867 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.8" | |||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "a8abc111a96dd07a2884ebbba668ef8dec15f264" | 12 | SRCREV_machine ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" |
13 | SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" | 13 | SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index c310ab27fb..e98f2dec1e 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb | |||
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "c92614c6b90f8ab1202b20cc843a9782c9f8f8d5" | 14 | SRCREV_machine_qemuarm ?= "187e28708b478b5d01a7df9e6410a340347e4819" |
15 | SRCREV_machine_qemuarm64 ?= "a8abc111a96dd07a2884ebbba668ef8dec15f264" | 15 | SRCREV_machine_qemuarm64 ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" |
16 | SRCREV_machine_qemumips ?= "6b4b777e8467f01b00c4494ffedf1e9134bc52c5" | 16 | SRCREV_machine_qemumips ?= "dd6b1f0940dbffd5e0feef2beecbc89a25da8e8f" |
17 | SRCREV_machine_qemuppc ?= "a8abc111a96dd07a2884ebbba668ef8dec15f264" | 17 | SRCREV_machine_qemuppc ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" |
18 | SRCREV_machine_qemux86 ?= "a8abc111a96dd07a2884ebbba668ef8dec15f264" | 18 | SRCREV_machine_qemux86 ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" |
19 | SRCREV_machine_qemux86-64 ?= "a8abc111a96dd07a2884ebbba668ef8dec15f264" | 19 | SRCREV_machine_qemux86-64 ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" |
20 | SRCREV_machine_qemumips64 ?= "90222ca39af5a3252fcba24baec341140e9e7c07" | 20 | SRCREV_machine_qemumips64 ?= "8458e792e2c595f48bc5b2924e20e844f2a96522" |
21 | SRCREV_machine ?= "a8abc111a96dd07a2884ebbba668ef8dec15f264" | 21 | SRCREV_machine ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" |
22 | SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" | 22 | SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ |