summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-10-02 16:16:50 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-07 00:11:20 +0100
commitad8c0216dd93e15a4b68519b881808b2f3c0eab0 (patch)
treed94bf7976506accc3e5568898b46fe25f326adba /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parent48e5579c1e0b382f890ef533ff39ad5f3a3390cf (diff)
downloadpoky-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/recipes-kernel/linux/linux-yocto-tiny_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb2
1 files changed, 1 insertions, 1 deletions
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"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "a8abc111a96dd07a2884ebbba668ef8dec15f264" 12SRCREV_machine ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d"
13SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" 13SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"