aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2013-06-10 16:15:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-11 15:46:46 +0100
commitc0f435cde195e1d037af32c69aa1732797362cfa (patch)
tree154abb0045a945121141e1da12943a61d5655d38 /meta/recipes-core/packagegroups
parent8f5675e6d3eb8473f367de72d2d3d8a702011a47 (diff)
downloadopenembedded-core-c0f435cde195e1d037af32c69aa1732797362cfa.tar.gz
packagegroup-core-tools-profile: don't exclude mips
Now that liburcu supports mips, this packagegroup can pull in lttng recipes (lttng-ust, lttng-tools, lttng-modules, babeltrace) on that architecture as it does for the others. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 8f40c4e14a..bb1b78b8e4 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -48,22 +48,15 @@ SYSTEMTAP_aarch64 = ""
LTTNGUST = "lttng-ust"
LTTNGUST_libc-uclibc = ""
-LTTNGUST_mips = ""
LTTNGUST_aarch64 = ""
-# lttng-tools, lttng-modules and babeltrace all depend on liburcu
-# which currentl doesn't build on mips
-
LTTNGTOOLS = "lttng-tools"
-LTTNGTOOLS_mips = ""
LTTNGTOOLS_aarch64 = ""
LTTNGMODULES = "lttng-modules"
-LTTNGMODULES_mips = ""
LTTNGMODULES_aarch64 = ""
BABELTRACE = "babeltrace"
-BABELTRACE_mips = ""
BABELTRACE_aarch64 = ""
# valgrind does not work on mips
@@ -77,10 +70,6 @@ VALGRIND_aarch64 = ""
# exmap-console
# exmap-server
-# At present we only build lttng-ust on
-# qemux86/qemux86-64/qemuppc/qemuarm/emenlow/atom-pc since upstream liburcu
-# (which is required by lttng-ust) may not build on other platforms, like
-# MIPS.
RDEPENDS_${PN} = "\
${PROFILETOOLS} \
${LTTNGUST} \