summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.12.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-01-18 10:55:56 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-28 10:14:01 +0000
commit40ac639048c4bd3e29ab515babeec02f8ebc3c2d (patch)
tree37c92a3379360fecfad3e8b604dc08791765f6fc /meta/recipes-kernel/linux/linux-yocto_4.12.bb
parent5d5682f2de1f86856ce4538bcf944e55e8e8c05a (diff)
downloadpoky-40ac639048c4bd3e29ab515babeec02f8ebc3c2d.tar.gz
linux-yocto/4.12: drm & mips fixes
Integrating the following bug fixes (mainline backports): d572780c455f Mips kernel warining:resolve some warning when compiling arch/mips/math-emu/cp1emu.c f79ac7203257 drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode() (From OE-Core rev: 8fd6ca0d3897e974a3f4f6687b2796add3fd9293) 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_4.12.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.12.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
index c27801a080..f60e484558 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
11KBRANCH_qemux86-64 ?= "standard/base" 11KBRANCH_qemux86-64 ?= "standard/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "e984c8a333b87570a3d28384f0473884134e9535" 14SRCREV_machine_qemuarm ?= "8dff23316c2c8a291541c94f615205a0e6cc547c"
15SRCREV_machine_qemuarm64 ?= "e0256c639caf7fb1b977cf34c5e15c86dd643c85" 15SRCREV_machine_qemuarm64 ?= "d572780c455fcd055baf1e6ff6fd4ea2dece9df2"
16SRCREV_machine_qemumips ?= "a81c25e8409d8a1dfdb353a03553a57c25e50755" 16SRCREV_machine_qemumips ?= "fbe79a19f0f14e46a8ac62de9ebb5691a5084e00"
17SRCREV_machine_qemuppc ?= "e0256c639caf7fb1b977cf34c5e15c86dd643c85" 17SRCREV_machine_qemuppc ?= "d572780c455fcd055baf1e6ff6fd4ea2dece9df2"
18SRCREV_machine_qemux86 ?= "e0256c639caf7fb1b977cf34c5e15c86dd643c85" 18SRCREV_machine_qemux86 ?= "d572780c455fcd055baf1e6ff6fd4ea2dece9df2"
19SRCREV_machine_qemux86-64 ?= "e0256c639caf7fb1b977cf34c5e15c86dd643c85" 19SRCREV_machine_qemux86-64 ?= "d572780c455fcd055baf1e6ff6fd4ea2dece9df2"
20SRCREV_machine_qemumips64 ?= "a39650a75fbd15424c51963d893e7806d9fdbe8b" 20SRCREV_machine_qemumips64 ?= "e6d567b4c476ec7edfc6721e6912daa5fa672add"
21SRCREV_machine ?= "e0256c639caf7fb1b977cf34c5e15c86dd643c85" 21SRCREV_machine ?= "d572780c455fcd055baf1e6ff6fd4ea2dece9df2"
22SRCREV_meta ?= "358b2bb4d2bc8e790f69ea1778d7d16184b1ae34" 22SRCREV_meta ?= "358b2bb4d2bc8e790f69ea1778d7d16184b1ae34"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \