Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] exclude pkgs for mips64 from packagegroup-core-tools-profile
@ 2013-07-11  2:48 Kai Kang
  2013-07-11  2:48 ` [PATCH 1/1] packagegroup-core-tools-profile: exclude systemtap and valgrind for mips64 Kai Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Kang @ 2013-07-11  2:48 UTC (permalink / raw)
  To: sgw; +Cc: openembedded-core

Exclude systemtap and valgrind for mips64 from packagegroup-core-tools-profile.

The following changes since commit a63229917a5708de2d161aba0d67168ce0da6365:

  meta-yocto-bsp: update reference board SRCREVs (2013-07-10 09:45:51 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/packagegroup-core-tools-profile
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/packagegroup-core-tools-profile

Kai Kang (1):
  packagegroup-core-tools-profile: exclude systemtap and valgrind for
    mips64

 meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 ++
 1 file changed, 2 insertions(+)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] packagegroup-core-tools-profile: exclude systemtap and valgrind for mips64
  2013-07-11  2:48 [PATCH 0/1] exclude pkgs for mips64 from packagegroup-core-tools-profile Kai Kang
@ 2013-07-11  2:48 ` Kai Kang
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Kang @ 2013-07-11  2:48 UTC (permalink / raw)
  To: sgw; +Cc: openembedded-core

systemap and valgrind are not buildable for mips64, so exclude them for
mips64 from packagegroup-core-tools-profile.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index bb1b78b..9eb1458 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -38,6 +38,7 @@ PROFILETOOLS = "\
 SYSTEMTAP = "systemtap"
 SYSTEMTAP_libc-uclibc = ""
 SYSTEMTAP_mips = ""
+SYSTEMTAP_mips64 = ""
 SYSTEMTAP_aarch64 = ""
 
 # lttng-ust uses sched_getcpu() which is not there on uclibc
@@ -64,6 +65,7 @@ BABELTRACE_aarch64 = ""
 VALGRIND = "valgrind"
 VALGRIND_libc-uclibc = ""
 VALGRIND_mips = ""
+VALGRIND_mips64 = ""
 VALGRIND_arm = ""
 VALGRIND_aarch64 = ""
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-11  2:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-11  2:48 [PATCH 0/1] exclude pkgs for mips64 from packagegroup-core-tools-profile Kai Kang
2013-07-11  2:48 ` [PATCH 1/1] packagegroup-core-tools-profile: exclude systemtap and valgrind for mips64 Kai Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox