]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-modules: re-enable ARM builds
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 22 Jul 2014 18:10:01 +0000 (14:10 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jul 2014 14:33:31 +0000 (15:33 +0100)
With lttng 2.4.2 and gcc 4.9, we can now enable lttng-modules for ARM.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb

index 5a99a5adae8b4432a7e07dc7d17a250507365182..d8737416355693ce96620fe1980b20ba824de537 100644 (file)
@@ -12,8 +12,7 @@ inherit module
 
 SRCREV = "789fd1d06d07aeb9a403bdce1b3318560cfc6eca"
 
-# lttng currently blacklists arm with gcc-4.8
-COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux'
+COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux'
 
 SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.5 \
            file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \