summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
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-04-24 15:56:19 -0700
commit85a301575da7e9b76815b363087d93fbbeb1f6e8 (patch)
tree3dc5bce081715dfdfad9b5b8f5274b53a3eb116d /recipes-kernel/linux
parent632399bb6f72910f8949f3b6da24e4ff8293224a (diff)
downloadmeta-intel-85a301575da7e9b76815b363087d93fbbeb1f6e8.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>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-intel-rt_4.14.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_4.14.bb b/recipes-kernel/linux/linux-intel-rt_4.14.bb
index 5420e3e0..d4b02986 100644
--- a/recipes-kernel/linux/linux-intel-rt_4.14.bb
+++ b/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"