diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-22 14:10:01 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 15:33:56 +0100 |
commit | 32a20c34eb9eb339a73c698ed709ee58e296e62a (patch) | |
tree | f942c2345ae1a187aae9090825f3b4f2cd5689cc /meta/recipes-kernel/lttng | |
parent | 1681c886b0dff0b8e7d3a3919eaaa38eb0cae3dd (diff) | |
download | poky-32a20c34eb9eb339a73c698ed709ee58e296e62a.tar.gz |
lttng-modules: re-enable ARM builds
With lttng 2.4.2 and gcc 4.9, we can now enable lttng-modules for ARM.
(From OE-Core rev: f6587be6cd3dc864143b1c0be0bb8179a61dc835)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb b/meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb index 5a99a5adae..d873741635 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb | |||
@@ -12,8 +12,7 @@ inherit module | |||
12 | 12 | ||
13 | SRCREV = "789fd1d06d07aeb9a403bdce1b3318560cfc6eca" | 13 | SRCREV = "789fd1d06d07aeb9a403bdce1b3318560cfc6eca" |
14 | 14 | ||
15 | # lttng currently blacklists arm with gcc-4.8 | 15 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux' |
16 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux' | ||
17 | 16 | ||
18 | SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.5 \ | 17 | SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.5 \ |
19 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ | 18 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ |