diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-01-02 01:20:38 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-02 01:25:41 -0800 |
commit | f93fd69a63fc199aa3dbddafaa73ffabaf8b8c30 (patch) | |
tree | f675c13f28b3ec859c10449541c663db45a757f2 /meta/recipes-kernel/lttng | |
parent | d6c4b83ca79c33088d9b9ecc8c778bbf0d4053a9 (diff) | |
download | openembedded-core-f93fd69a63fc199aa3dbddafaa73ffabaf8b8c30.tar.gz openembedded-core-f93fd69a63fc199aa3dbddafaa73ffabaf8b8c30.tar.bz2 openembedded-core-f93fd69a63fc199aa3dbddafaa73ffabaf8b8c30.zip |
lttng-ust: add COMPATIBLE_HOST to prevent ARM/MIPS world build
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_0.8.bb | 7 |
1 files changed, 7 insertions, 0 deletions
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' + + + |