diff options
| -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 | ||
