summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2013-03-18 13:26:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-18 13:26:36 +0000
commita7847d94ce7c5de4f8808ccd15b908a02499f19f (patch)
tree6103249c6af8c668764d4d632afeee3c89549b8b /meta/recipes-kernel/lttng
parent8df3d8656cd52abf30b131d3f3f5e55596211f2a (diff)
downloadast2050-yocto-poky-a7847d94ce7c5de4f8808ccd15b908a02499f19f.zip
ast2050-yocto-poky-a7847d94ce7c5de4f8808ccd15b908a02499f19f.tar.gz
lttng-modules: remove the COMPATIBLE_HOST check
liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. (From OE-Core rev: e1da97afbf7bb1609ece15a529befab213fa4466) Signed-off-by: Maxin B. John <maxin.john@enea.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.1.1.bb5
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.*'
OpenPOWER on IntegriCloud