diff options
author | Maxin B. John <maxin.john@enea.com> | 2013-03-18 13:26:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:22:53 +0000 |
commit | e1da97afbf7bb1609ece15a529befab213fa4466 (patch) | |
tree | e5781a3f866ed65bddb11eb1aa4a995dc7e85b81 /meta/recipes-kernel | |
parent | 43da2e1fc1509d039e4ccfa31b7359c65407fde0 (diff) | |
download | openembedded-core-e1da97afbf7bb1609ece15a529befab213fa4466.tar.gz openembedded-core-e1da97afbf7bb1609ece15a529befab213fa4466.tar.bz2 openembedded-core-e1da97afbf7bb1609ece15a529befab213fa4466.zip |
lttng-modules: remove the COMPATIBLE_HOST check
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@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | 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 1be0fc15c3..700c4c5760 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.*' |