diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2014-03-06 22:26:19 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:49:32 +0000 |
commit | 7a974407379b43e40664cad4696b427ee8c18df0 (patch) | |
tree | b61dab38c6e0eeafc49fb0a6e2ea62b3b5ee9fea /meta/recipes-kernel | |
parent | c0651034a4f35fbcfda7f159e0d151eb7a95f86f (diff) | |
download | poky-7a974407379b43e40664cad4696b427ee8c18df0.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.
(From OE-Core rev: ccf687de7b856dbe6f347956743f07ff05c2533a)
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.bb | 3 |
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 | |||
13 | SRCREV = "fb2c37799306d16fb590aebee6fad8be431264b7" | 13 | SRCREV = "fb2c37799306d16fb590aebee6fad8be431264b7" |
14 | PV = "2.4.0" | 14 | PV = "2.4.0" |
15 | 15 | ||
16 | # lttng currently blacklists arm with gcc-4.8 | ||
17 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux' | ||
18 | |||
16 | SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.4 \ | 19 | SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.4 \ |
17 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" | 20 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" |
18 | 21 | ||