summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-07-16 01:03:06 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-20 10:40:39 +0100
commit058b53e68b6f7c215864181e832f7a8cebdf5061 (patch)
treed80d30bc233cc9566d08965b23e7c4f5f99ca3c3 /meta/recipes-kernel
parentd7c633cc3094dd4f5cd52f0f368ad4c994401617 (diff)
downloadpoky-058b53e68b6f7c215864181e832f7a8cebdf5061.tar.gz
linux-yocto/3.19: drm and axxia updates
Bumping the 3.19 SRCREVs for the following fixes: e152349de59b drm/i915: Reset CSB read pointer in ring init a87a6ffb3459 drm/i915/bdw: Enable execlists by default where supported a70b2eb273ef meta: axxiaarm: add configuration fragments (From OE-Core rev: 1b3d77195210d7d2b17c1bb8ab756053d72c7d4c) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb4
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.19.bb18
2 files changed, 11 insertions, 11 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 6907060d33..172d3b4800 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "3.19.5"
9KMETA = "meta" 9KMETA = "meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "6c21811060c03100a32d0acc493df5fb3743b7c8" 12SRCREV_machine ?= "e152349de59b43b2a75f2c332b44171df461d5a0"
13SRCREV_meta ?= "118f27167f4626fc7c71cefbec7c55a41d3a6d62" 13SRCREV_meta ?= "a70b2eb273ef6349d344920474a494697474b98e"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
index 6218c02eca..cab06266f9 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/common-pc"
11KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" 11KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "c75bfc837fa8079278e77e8c122fe506c4ba7438" 14SRCREV_machine_qemuarm ?= "963b4df663dba2584ac864e0c016825de0046558"
15SRCREV_machine_qemuarm64 ?= "6c21811060c03100a32d0acc493df5fb3743b7c8" 15SRCREV_machine_qemuarm64 ?= "e152349de59b43b2a75f2c332b44171df461d5a0"
16SRCREV_machine_qemumips ?= "b6aae264b3d4e74cc29a5db8c376840579d1f433" 16SRCREV_machine_qemumips ?= "cedbbc7b5e72df2e820bb9e7885f12132c5e2fff"
17SRCREV_machine_qemuppc ?= "f6c2fa7ca86bd548cc96bd0ddf8aa89229e4c2c2" 17SRCREV_machine_qemuppc ?= "23a83386e10986a63e6cef712a045445499d002b"
18SRCREV_machine_qemux86 ?= "6c21811060c03100a32d0acc493df5fb3743b7c8" 18SRCREV_machine_qemux86 ?= "e152349de59b43b2a75f2c332b44171df461d5a0"
19SRCREV_machine_qemux86-64 ?= "6c21811060c03100a32d0acc493df5fb3743b7c8" 19SRCREV_machine_qemux86-64 ?= "e152349de59b43b2a75f2c332b44171df461d5a0"
20SRCREV_machine_qemumips64 ?= "d3a1f6f5501167c76fb662d518140133f5ce78c5" 20SRCREV_machine_qemumips64 ?= "3eb70cea3532e22ab1b6da9864446621229e6616"
21SRCREV_machine ?= "6c21811060c03100a32d0acc493df5fb3743b7c8" 21SRCREV_machine ?= "e152349de59b43b2a75f2c332b44171df461d5a0"
22SRCREV_meta ?= "118f27167f4626fc7c71cefbec7c55a41d3a6d62" 22SRCREV_meta ?= "a70b2eb273ef6349d344920474a494697474b98e"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
25 25