summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-07-24 10:56:23 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-07-25 10:24:21 +0800
commitedd0b969512485e7f532f89e7291315db4b373a4 (patch)
treeadecaa93fe05ff0a255bf827c4f24fbbbc260a31
parent00df0eb4ec26ea04784bd317ba65027af3801707 (diff)
downloadmeta-intel-edd0b969512485e7f532f89e7291315db4b373a4.tar.gz
linux-intel-rt/4.14: update SRCREV to 4.14.52
Updates preempt-rt patchset to -rt34. Also, update meta SRCREVs to include: d64aec97 igb.cfg: change igb config from m to y 34d4dc9c bsp: create qemuarm-tiny configuration 1beb3acf kernel features about debug: gather debug features c7285c00 staging: octeon: Add a workaround for the issue of GCC8 94457657 kver: bump to v4.14.48 53336e1b features/kernel-sample: add kernel sample support b577f9a0 crypto: aes-generic - fix aes-generic regression on powerpc d1e17069 objtool, perf: Fix GCC 8 -Wrestrict error 91b09701 mips: Disable attribute-alias warnings c4902ee8 powerpc: Disable attribute-alias warnings from gcc8 Signed-off-by: Anuj Mittal <anuj.mittal@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 30ab1397..9def3712 100644
--- a/common/recipes-kernel/linux/linux-intel-rt_4.14.bb
+++ b/common/recipes-kernel/linux/linux-intel-rt_4.14.bb
@@ -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.40" 20LINUX_VERSION ?= "4.14.52"
21SRCREV_machine ?= "9e7ff06e56a4938e43c09273107876c22eed1398" 21SRCREV_machine ?= "10d616c6947575c23b0bfb6b5cd15e94c1813be2"
22SRCREV_meta ?= "0a24859cef9c3352aa3bf153d202cece587caf24" 22SRCREV_meta ?= "d64aec9793d558ff49993ff6076be6d4daf101c2"
23 23
24LINUX_KERNEL_TYPE = "preempt-rt" 24LINUX_KERNEL_TYPE = "preempt-rt"