From f93fd69a63fc199aa3dbddafaa73ffabaf8b8c30 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sun, 2 Jan 2011 01:20:38 -0800 Subject: lttng-ust: add COMPATIBLE_HOST to prevent ARM/MIPS world build Signed-off-by: Saul Wold --- meta/recipes-kernel/lttng/lttng-ust_0.8.bb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta/recipes-kernel/lttng') diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.8.bb b/meta/recipes-kernel/lttng/lttng-ust_0.8.bb index 507ee501e3..136e5e844a 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_0.8.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_0.8.bb @@ -24,3 +24,10 @@ S = "${WORKDIR}/ust-${PV}" inherit autotools +# Due to liburcu not building on ARM or MIPS currently this recipe needs to +# be limited also. +# So here let us first suppport x86/powerpc platforms now. +COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux' + + + -- cgit v1.2.3-54-g00ecf