[oe-commits] Bruce Ashfield : lttng-modules: re-enable ARM builds

git at git.openembedded.org git at git.openembedded.org
Thu Jul 24 21:16:51 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 912aa7eaf7220256af59f7f207f9a5aff90997de
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=912aa7eaf7220256af59f7f207f9a5aff90997de

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Tue Jul 22 14:10:01 2014 -0400

lttng-modules: re-enable ARM builds

With lttng 2.4.2 and gcc 4.9, we can now enable lttng-modules for ARM.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>

---

 meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb | 3 +--
 1 file changed, 1 insertion(+), 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 5a99a5a..d873741 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
 
 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 \



More information about the Openembedded-commits mailing list