summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb
index 16e1ccc7c7..e7ce7fc0ae 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb
@@ -30,8 +30,3 @@ FILES_${PN}-dbg += "${libdir}/lttng/libexec/.debug"
30# the libexec insane test so skip it. 30# the libexec insane test so skip it.
31INSANE_SKIP_${PN} = "libexec" 31INSANE_SKIP_${PN} = "libexec"
32INSANE_SKIP_${PN}-dbg = "libexec" 32INSANE_SKIP_${PN}-dbg = "libexec"
33
34# Due to liburcu not building for MIPS currently this recipe needs to
35# be limited also.
36# So here let us first suppport x86/arm/powerpc platforms now.
37COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'