[OE-core] [PATCH 5/5] lttng-modules: remove the COMPATIBLE_HOST check

maxin.john at enea.com maxin.john at enea.com
Mon Mar 18 12:26:48 UTC 2013


From: "Maxin B. John" <maxin.john at enea.com>

liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST
check intended for MIPS.

Signed-off-by: Maxin B. John <maxin.john at enea.com>
---
 meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb b/meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb
index 1be0fc1..700c4c5 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb
@@ -22,8 +22,3 @@ export KERNEL_SRC="${STAGING_KERNEL_DIR}"
 
 
 S = "${WORKDIR}/git"
-
-# Due to liburcu not building for MIPS currently this recipe needs to
-# be limited also.
-# So here let us first suppport x86/arm/powerpc platforms now.
-COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
-- 
1.7.5.4





More information about the Openembedded-core mailing list