From 55894192dbf4278ccb3bc25e059d6f62fbb8003f Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 20 Jun 2018 14:10:28 +0800 Subject: lttng-modules: fix build error with 4.14 -rt kernel Backport patch to fix build errors with 4.14 rt kernels. Should be reverted after lttng-modules is upgraded to 2.10.6 in OE-core. Signed-off-by: Anuj Mittal --- recipes-kernel/lttng/lttng-modules_%.bbappend | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes-kernel/lttng/lttng-modules_%.bbappend') diff --git a/recipes-kernel/lttng/lttng-modules_%.bbappend b/recipes-kernel/lttng/lttng-modules_%.bbappend index dc1c4a74..5dfaf796 100644 --- a/recipes-kernel/lttng/lttng-modules_%.bbappend +++ b/recipes-kernel/lttng/lttng-modules_%.bbappend @@ -3,5 +3,8 @@ FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:" LTTNG_PATCH = "${@bb.utils.contains_any('PREFERRED_PROVIDER_virtual/kernel','linux-intel linux-intel-rt','file://0002-lttng-modules-PKT-4.9-yocto-build-failed.patch','',d)}" -SRC_URI_append_intel-x86-common = " ${LTTNG_PATCH}" +SRC_URI_append_intel-x86-common = " \ + ${LTTNG_PATCH} \ + file://0001-Fix-update-timer-instrumentation-on-4.16-and-4.14-rt.patch \ + " -- cgit