summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel-rt_4.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-intel-rt_4.14.bb')
-rw-r--r--recipes-kernel/linux/linux-intel-rt_4.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_4.14.bb b/recipes-kernel/linux/linux-intel-rt_4.14.bb
index 5ee3405d..aa203ee4 100644
--- a/recipes-kernel/linux/linux-intel-rt_4.14.bb
+++ b/recipes-kernel/linux/linux-intel-rt_4.14.bb
@@ -10,7 +10,7 @@ python () {
10} 10}
11 11
12KBRANCH = "4.14/yocto/base-rt" 12KBRANCH = "4.14/yocto/base-rt"
13KMETA_BRANCH = "master" 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.
16SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch" 16SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch"
@@ -19,6 +19,6 @@ DEPENDS += "elfutils-native openssl-native util-linux-native"
19 19
20LINUX_VERSION ?= "4.14.15" 20LINUX_VERSION ?= "4.14.15"
21SRCREV_machine ?= "2c465a6ca02b4b53b583e6878e4751708f591767" 21SRCREV_machine ?= "2c465a6ca02b4b53b583e6878e4751708f591767"
22SRCREV_meta ?= "ee7e849882aa2f0947dd56a60ba5b0d2eec558f2" 22SRCREV_meta ?= "245d701df6c3691a078a268eff54009959beb842"
23 23
24LINUX_KERNEL_TYPE = "preempt-rt" 24LINUX_KERNEL_TYPE = "preempt-rt"