diff options
| author | Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> | 2012-10-11 17:12:34 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:13:47 +0100 |
| commit | ec0279a586c3d716b1244c7e61070b944e896972 (patch) | |
| tree | db99bfa6bf30e4071a18572b8cf300cce96f688e | |
| parent | e7f2b639e0c63b1e5d7c073786c1d2d81371faa6 (diff) | |
| download | poky-ec0279a586c3d716b1244c7e61070b944e896972.tar.gz | |
lttng: support more compatible hosts
THis change extends COMAPTIBLE_HOST matchings, which allows to include more
hosts with TARGET_OS like linux-gnuspe or linux-gnueabi etc.
(From OE-Core rev: 76138d4b183eff28c678ab13cb1a6da358be2340)
Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 files changed, 12 insertions, 13 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb b/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb index eaf7eeb2bd..95d65f5737 100644 --- a/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb +++ b/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "gtk+ util-linux" | |||
| 12 | 12 | ||
| 13 | SRCREV = "0d8f8c2ea27df096269aa76b4baeab26b68b95d4" | 13 | SRCREV = "0d8f8c2ea27df096269aa76b4baeab26b68b95d4" |
| 14 | PV = "0.12+git${SRCPV}" | 14 | PV = "0.12+git${SRCPV}" |
| 15 | PR = "r0" | 15 | PR = "r1" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git" | 17 | SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git" |
| 18 | 18 | ||
| @@ -25,4 +25,4 @@ do_configure_prepend () { | |||
| 25 | # Due to liburcu not building for MIPS currently this recipe needs to | 25 | # Due to liburcu not building for MIPS currently this recipe needs to |
| 26 | # be limited also. | 26 | # be limited also. |
| 27 | # So here let us first suppport x86/arm/powerpc platforms now. | 27 | # So here let us first suppport x86/arm/powerpc platforms now. |
| 28 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' | 28 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' |
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb index 4c78f36ba0..d81e9b8f5c 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb | |||
| @@ -12,7 +12,7 @@ inherit module | |||
| 12 | 12 | ||
| 13 | SRCREV = "4d3e89e379fc66480d729abe8daa5c86eb585400" | 13 | SRCREV = "4d3e89e379fc66480d729abe8daa5c86eb585400" |
| 14 | PV = "2.0.pre11+git${SRCREV}" | 14 | PV = "2.0.pre11+git${SRCREV}" |
| 15 | PR = "r0" | 15 | PR = "r1" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ | 17 | SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ |
| 18 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ | 18 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ |
| @@ -27,4 +27,4 @@ S = "${WORKDIR}/git" | |||
| 27 | # Due to liburcu not building for MIPS currently this recipe needs to | 27 | # Due to liburcu not building for MIPS currently this recipe needs to |
| 28 | # be limited also. | 28 | # be limited also. |
| 29 | # So here let us first suppport x86/arm/powerpc platforms now. | 29 | # So here let us first suppport x86/arm/powerpc platforms now. |
| 30 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' | 30 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' |
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb index cf280c458f..cf5731d9f5 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb | |||
| @@ -13,7 +13,7 @@ DEPENDS = "liburcu popt lttng2-ust" | |||
| 13 | 13 | ||
| 14 | SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478" | 14 | SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478" |
| 15 | PV = "v2.0.1+git${SRCREV}" | 15 | PV = "v2.0.1+git${SRCREV}" |
| 16 | PR = "r1" | 16 | PR = "r2" |
| 17 | 17 | ||
| 18 | SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" | 18 | SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" |
| 19 | 19 | ||
| @@ -34,4 +34,4 @@ INSANE_SKIP_${PN}-dbg = "libexec" | |||
| 34 | # Due to liburcu not building for MIPS currently this recipe needs to | 34 | # Due to liburcu not building for MIPS currently this recipe needs to |
| 35 | # be limited also. | 35 | # be limited also. |
| 36 | # So here let us first suppport x86/arm/powerpc platforms now. | 36 | # So here let us first suppport x86/arm/powerpc platforms now. |
| 37 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' | 37 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' |
diff --git a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb index 8f650a4ae2..5e9a529a2b 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb | |||
| @@ -14,7 +14,7 @@ DEPENDS = "liburcu util-linux" | |||
| 14 | 14 | ||
| 15 | SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562" | 15 | SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562" |
| 16 | PV = "2.0.2+git${SRCPV}" | 16 | PV = "2.0.2+git${SRCPV}" |
| 17 | PR = "r0" | 17 | PR = "r1" |
| 18 | 18 | ||
| 19 | SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" | 19 | SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" |
| 20 | 20 | ||
| @@ -27,4 +27,4 @@ do_configure_prepend () { | |||
| 27 | # Due to liburcu not building for MIPS currently this recipe needs to | 27 | # Due to liburcu not building for MIPS currently this recipe needs to |
| 28 | # be limited also. | 28 | # be limited also. |
| 29 | # So here let us first suppport x86/arm/powerpc platforms now. | 29 | # So here let us first suppport x86/arm/powerpc platforms now. |
| 30 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' | 30 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' |
diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.16.bb b/meta/recipes-kernel/lttng/lttng-ust_0.16.bb index e9540837ca..3618a2dde9 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_0.16.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_0.16.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e647752e045a8c45b6f583771bd561ef \ | |||
| 10 | 10 | ||
| 11 | DEPENDS = "liburcu" | 11 | DEPENDS = "liburcu" |
| 12 | 12 | ||
| 13 | PR = "r0" | 13 | PR = "r1" |
| 14 | PE = "1" | 14 | PE = "1" |
| 15 | 15 | ||
| 16 | SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz" | 16 | SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz" |
| @@ -28,5 +28,5 @@ inherit autotools | |||
| 28 | # Due to liburcu not building on MIPS currently this recipe needs to | 28 | # Due to liburcu not building on MIPS currently this recipe needs to |
| 29 | # be limited also. | 29 | # be limited also. |
| 30 | # So here let us first suppport x86/arm/powerpc platforms now. | 30 | # So here let us first suppport x86/arm/powerpc platforms now. |
| 31 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' | 31 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' |
| 32 | 32 | ||
diff --git a/meta/recipes-support/liburcu/liburcu_0.6.7.bb b/meta/recipes-support/liburcu/liburcu_0.6.7.bb index be73856612..361780c20a 100644 --- a/meta/recipes-support/liburcu/liburcu_0.6.7.bb +++ b/meta/recipes-support/liburcu/liburcu_0.6.7.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \ | |||
| 7 | file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ | 7 | file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ |
| 8 | file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" | 8 | file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" |
| 9 | 9 | ||
| 10 | PR = "r0" | 10 | PR = "r1" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" | 12 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" |
| 13 | 13 | ||
| @@ -20,5 +20,4 @@ inherit autotools | |||
| 20 | 20 | ||
| 21 | # liburcu, which is only used by lttng-ust, may not build on other | 21 | # liburcu, which is only used by lttng-ust, may not build on other |
| 22 | # platforms, like MIPS. | 22 | # platforms, like MIPS. |
| 23 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' | 23 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' |
| 24 | |||
