diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-08-17 13:22:00 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-17 22:51:57 +0100 |
commit | 07adcbaf97a5cdb166bfcabde6c52a2a21ea572e (patch) | |
tree | d709f929e0d01f2b161269f02f061da074965666 /meta/packages/tasks/task-poky-tools.bb | |
parent | 94f63fa5642f70d993efa0428f46851a2cddc213 (diff) | |
download | poky-07adcbaf97a5cdb166bfcabde6c52a2a21ea572e.tar.gz |
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 <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/tasks/task-poky-tools.bb')
-rw-r--r-- | meta/packages/tasks/task-poky-tools.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/tasks/task-poky-tools.bb b/meta/packages/tasks/task-poky-tools.bb index 1d6ec7031c..e38a8b50b1 100644 --- a/meta/packages/tasks/task-poky-tools.bb +++ b/meta/packages/tasks/task-poky-tools.bb | |||
@@ -46,13 +46,12 @@ RDEPENDS_task-poky-tools-profile = "\ | |||
46 | # exmap-server | 46 | # exmap-server |
47 | 47 | ||
48 | # At present we only build lttng-ust on | 48 | # At present we only build lttng-ust on |
49 | # qemux86/qemux86-64/qemuppc/qemumips/emenlow/netbook since upstream liburcu | 49 | # qemux86/qemux86-64/qemuppc/emenlow/netbook since upstream liburcu |
50 | # (which is required by lttng-ust) may not build on other platforms, like | 50 | # (which is required by lttng-ust) may not build on other platforms, like |
51 | # qemu ARMv5te that poky uses now. | 51 | # MIPS and qemu ARMv5te that poky uses now. |
52 | RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust" | 52 | RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust" |
53 | RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust" | 53 | RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust" |
54 | RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust" | 54 | RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust" |
55 | RDEPENDS_task-poky-tools-profile_append_qemumips = " lttng-ust" | ||
56 | RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust" | 55 | RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust" |
57 | RDEPENDS_task-poky-tools-profile_append_netbook = " lttng-ust" | 56 | RDEPENDS_task-poky-tools-profile_append_netbook = " lttng-ust" |
58 | 57 | ||