summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vladimir_zapolskiy@mentor.com>2012-10-11 17:12:34 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-18 12:13:47 +0100
commitec0279a586c3d716b1244c7e61070b944e896972 (patch)
treedb99bfa6bf30e4071a18572b8cf300cce96f688e
parente7f2b639e0c63b1e5d7c073786c1d2d81371faa6 (diff)
downloadpoky-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>
-rw-r--r--meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb4
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb4
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb4
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb4
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_0.16.bb4
-rw-r--r--meta/recipes-support/liburcu/liburcu_0.6.7.bb5
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
13SRCREV = "0d8f8c2ea27df096269aa76b4baeab26b68b95d4" 13SRCREV = "0d8f8c2ea27df096269aa76b4baeab26b68b95d4"
14PV = "0.12+git${SRCPV}" 14PV = "0.12+git${SRCPV}"
15PR = "r0" 15PR = "r1"
16 16
17SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git" 17SRC_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.
28COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' 28COMPATIBLE_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
13SRCREV = "4d3e89e379fc66480d729abe8daa5c86eb585400" 13SRCREV = "4d3e89e379fc66480d729abe8daa5c86eb585400"
14PV = "2.0.pre11+git${SRCREV}" 14PV = "2.0.pre11+git${SRCREV}"
15PR = "r0" 15PR = "r1"
16 16
17SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ 17SRC_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.
30COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' 30COMPATIBLE_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
14SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478" 14SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478"
15PV = "v2.0.1+git${SRCREV}" 15PV = "v2.0.1+git${SRCREV}"
16PR = "r1" 16PR = "r2"
17 17
18SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" 18SRC_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.
37COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' 37COMPATIBLE_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
15SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562" 15SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562"
16PV = "2.0.2+git${SRCPV}" 16PV = "2.0.2+git${SRCPV}"
17PR = "r0" 17PR = "r1"
18 18
19SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" 19SRC_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.
30COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' 30COMPATIBLE_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
11DEPENDS = "liburcu" 11DEPENDS = "liburcu"
12 12
13PR = "r0" 13PR = "r1"
14PE = "1" 14PE = "1"
15 15
16SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz" 16SRC_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.
31COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' 31COMPATIBLE_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
10PR = "r0" 10PR = "r1"
11 11
12SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" 12SRC_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.
23COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' 23COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
24