]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng: support more compatible hosts
authorVladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Thu, 11 Oct 2012 14:12:34 +0000 (17:12 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2012 11:03:28 +0000 (12:03 +0100)
THis change extends COMAPTIBLE_HOST matchings, which allows to include more
hosts with TARGET_OS like linux-gnuspe or linux-gnueabi etc.

Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb
meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
meta/recipes-kernel/lttng/lttng-ust_0.16.bb
meta/recipes-support/liburcu/liburcu_0.6.7.bb

index eaf7eeb2bdd3ba36cc01bcfb33b856b7b17d34dd..95d65f57371695a18a5297f87161709df70567d1 100644 (file)
@@ -12,7 +12,7 @@ DEPENDS = "gtk+ util-linux"
 
 SRCREV = "0d8f8c2ea27df096269aa76b4baeab26b68b95d4"
 PV = "0.12+git${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git"
 
@@ -25,4 +25,4 @@ do_configure_prepend () {
 # Due to liburcu not building for MIPS currently this recipe needs to
 # be limited also.
 # So here let us first suppport x86/arm/powerpc platforms now.
-COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux'
+COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
index 4c78f36ba05fa86cbca85c8646414edd5491407a..d81e9b8f5c6edc9e485c4a3ea27276459b8d0442 100644 (file)
@@ -12,7 +12,7 @@ inherit module
 
 SRCREV = "4d3e89e379fc66480d729abe8daa5c86eb585400"
 PV = "2.0.pre11+git${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \
            file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \
@@ -27,4 +27,4 @@ S = "${WORKDIR}/git"
 # Due to liburcu not building for MIPS currently this recipe needs to
 # be limited also.
 # So here let us first suppport x86/arm/powerpc platforms now.
-COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux'
+COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
index cf280c458f390974afae29dc2240ef54f5252834..cf5731d9f50a4aa08d85db5c33aa3465f921839c 100644 (file)
@@ -13,7 +13,7 @@ DEPENDS = "liburcu popt lttng2-ust"
 
 SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478"
 PV = "v2.0.1+git${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git"
 
@@ -34,4 +34,4 @@ INSANE_SKIP_${PN}-dbg = "libexec"
 # Due to liburcu not building for MIPS currently this recipe needs to
 # be limited also.
 # So here let us first suppport x86/arm/powerpc platforms now.
-COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux'
+COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
index 8f650a4ae26dc4833d2b8e831f47e06ca47c4c8c..5e9a529a2b063b4f65b11ed99811193b6cc574c9 100644 (file)
@@ -14,7 +14,7 @@ DEPENDS = "liburcu util-linux"
 
 SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562"
 PV = "2.0.2+git${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git"
 
@@ -27,4 +27,4 @@ do_configure_prepend () {
 # Due to liburcu not building for MIPS currently this recipe needs to
 # be limited also.
 # So here let us first suppport x86/arm/powerpc platforms now.
-COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux'
+COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
index e9540837ca7c82b44d3927a73e404cfe18311c25..3618a2dde94e8f650b9b5d00391d64f439613a21 100644 (file)
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e647752e045a8c45b6f583771bd561ef \
 
 DEPENDS = "liburcu"
 
-PR = "r0"
+PR = "r1"
 PE = "1"
 
 SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz"
@@ -28,5 +28,5 @@ inherit autotools
 # Due to liburcu not building on MIPS currently this recipe needs to
 # be limited also.
 # So here let us first suppport x86/arm/powerpc platforms now.
-COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux'
+COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
 
index be7385661213bc78e373fe98fdfa22d6bbec8f6b..361780c20a4a09330785fe0c540e61d42cd2a038 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \
                     file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \
                     file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
 
@@ -20,5 +20,4 @@ inherit autotools
 
 # liburcu, which is only used by lttng-ust, may not build on other
 # platforms, like MIPS.
-COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux'
-
+COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'