summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2018-04-24 14:38:22 -0700
committerCalifornia Sullivan <california.l.sullivan@intel.com>2018-05-03 13:06:56 -0700
commitcac875d96b7840e72e59ad3e3fe716e8e4b30503 (patch)
treef7e4b047e38b91e940de00b49d0390cde184af32
parent5a890dd32b7293cdf9475c0c5d35c58fd5e87d4d (diff)
downloadmeta-intel-cac875d96b7840e72e59ad3e3fe716e8e4b30503.tar.gz
linux-intel-rt/4.14: update to v4.14.34
Also updates preempt-rt patchset to -rt27. Change from branch 4.14/yocto/base-rt to 4.14/base-rt. This is only cosmetic, the branches are exactly the same. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> (cherry picked from commit 85a301575da7e9b76815b363087d93fbbeb1f6e8) Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
-rw-r--r--common/recipes-kernel/linux/linux-intel-rt_4.14.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/recipes-kernel/linux/linux-intel-rt_4.14.bb b/common/recipes-kernel/linux/linux-intel-rt_4.14.bb
index 5420e3e0..d4b02986 100644
--- a/common/recipes-kernel/linux/linux-intel-rt_4.14.bb
+++ b/common/recipes-kernel/linux/linux-intel-rt_4.14.bb
@@ -9,7 +9,7 @@ python () {
9 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it") 9 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it")
10} 10}
11 11
12KBRANCH = "4.14/yocto/base-rt" 12KBRANCH = "4.14/preempt-rt"
13KMETA_BRANCH = "yocto-4.14" 13KMETA_BRANCH = "yocto-4.14"
14 14
15# Fix for 32-bit perf issue. Remove when patch is backported to 4.14. 15# Fix for 32-bit perf issue. Remove when patch is backported to 4.14.
@@ -17,8 +17,8 @@ SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch"
17 17
18DEPENDS += "elfutils-native openssl-native util-linux-native" 18DEPENDS += "elfutils-native openssl-native util-linux-native"
19 19
20LINUX_VERSION ?= "4.14.29" 20LINUX_VERSION ?= "4.14.34"
21SRCREV_machine ?= "c580716ae72c2bcb2202641e69e1b72d01ee4581" 21SRCREV_machine ?= "c40b54f7eae42ac6ef28b324900c1c99e719e449"
22SRCREV_meta ?= "245d701df6c3691a078a268eff54009959beb842" 22SRCREV_meta ?= "245d701df6c3691a078a268eff54009959beb842"
23 23
24LINUX_KERNEL_TYPE = "preempt-rt" 24LINUX_KERNEL_TYPE = "preempt-rt"