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 | |
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>
-rw-r--r-- | meta/packages/liburcu/liburcu_0.4.6.bb | 7 | ||||
-rw-r--r-- | meta/packages/tasks/task-poky-tools.bb | 5 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/packages/liburcu/liburcu_0.4.6.bb b/meta/packages/liburcu/liburcu_0.4.6.bb index f7be14f366..503b561d37 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 | |||
17 | 17 | ||
18 | # liburcu, which is only used by lttng-ust, may not build on other | 18 | # liburcu, which is only used by lttng-ust, may not build on other |
19 | # platforms, e.g., on ARM, liburcu is only supported on ARMv7l while poky | 19 | # platforms, e.g., on ARM, liburcu is only supported on ARMv7l while poky |
20 | # only supports armv4/armv4t/armv5te. | 20 | # only supports armv4/armv4t/armv5te. 1 more example: liburcu doesn't support |
21 | # So here let us first suppport x86/mips/powerpc platforms now. | 21 | # MIPS now. |
22 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|mips.*|powerpc.*)-linux' | 22 | # So here let us first suppport x86/powerpc platforms now. |
23 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux' | ||
23 | 24 | ||
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 | ||