From 07adcbaf97a5cdb166bfcabde6c52a2a21ea572e Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 17 Aug 2010 13:22:00 +0800 Subject: lttng-ust: disable MIPS build since liburcu doesn't build on MIPS lttng-ust depends on liburcu. Unluckily upstream liburcu doesn't support MIPS now. Signed-off-by: Dexuan Cui --- meta/packages/liburcu/liburcu_0.4.6.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta/packages/liburcu') diff --git a/meta/packages/liburcu/liburcu_0.4.6.bb b/meta/packages/liburcu/liburcu_0.4.6.bb index f7be14f36..503b561d3 100644 --- a/meta/packages/liburcu/liburcu_0.4.6.bb +++ b/meta/packages/liburcu/liburcu_0.4.6.bb @@ -17,7 +17,8 @@ inherit autotools # liburcu, which is only used by lttng-ust, may not build on other # platforms, e.g., on ARM, liburcu is only supported on ARMv7l while poky -# only supports armv4/armv4t/armv5te. -# So here let us first suppport x86/mips/powerpc platforms now. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|mips.*|powerpc.*)-linux' +# only supports armv4/armv4t/armv5te. 1 more example: liburcu doesn't support +# MIPS now. +# So here let us first suppport x86/powerpc platforms now. +COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux' -- cgit v1.2.3