aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2014-03-06 22:26:19 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-07 14:49:21 +0000
commitccf687de7b856dbe6f347956743f07ff05c2533a (patch)
tree616741bc946af768093f7ab3b758fb95e34c0b63 /meta/recipes-kernel
parentb4ae73a86ccf62a508faa76dc349bbab02540c37 (diff)
downloadopenembedded-core-contrib-ccf687de7b856dbe6f347956743f07ff05c2533a.tar.gz
lttng-modules: Exclude arm
lttng-modules and gcc-4.8 don't mix, according to the lttng ML 'current_thread_info() not respecting program order with gcc 4.8.x', so remove it from arm builds. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb b/meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb
index 0b7d5e8bbd..797ed4e5b0 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb
@@ -13,6 +13,9 @@ inherit module
SRCREV = "fb2c37799306d16fb590aebee6fad8be431264b7"
PV = "2.4.0"
+# lttng currently blacklists arm with gcc-4.8
+COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux'
+
SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.4 \
file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch"