From 7a974407379b43e40664cad4696b427ee8c18df0 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Thu, 6 Mar 2014 22:26:19 -0600 Subject: 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. (From OE-Core rev: ccf687de7b856dbe6f347956743f07ff05c2533a) Signed-off-by: Tom Zanussi Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-kernel') 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" -- cgit v1.2.3-54-g00ecf