All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] fix for bug 994 (host infection in compile_perf)
@ 2011-04-21  7:54 Tom Zanussi
  2011-04-21  7:55 ` [PATCH 1/1] linux-tools.inc: turn off newt and dwarf for perf Tom Zanussi
  2011-04-25  5:41 ` [PATCH 0/1] fix for bug 994 (host infection in compile_perf) Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Zanussi @ 2011-04-21  7:54 UTC (permalink / raw)
  To: poky

From: Tom Zanussi <tom.zanussi@intel.com>

I haven't been able to reproduce the build failures even with libnewt-devel
installed, so please test and make sure it fixes the problems you're
seeing before applying, Saul.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: tzanussi/bugfix-994
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tzanussi/bugfix-994

Thanks,
    Tom Zanussi <tom.zanussi@intel.com>
---


Tom Zanussi (1):
  linux-tools.inc: turn off newt and dwarf for perf

 meta/recipes-kernel/linux/linux-tools.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



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

* [PATCH 1/1] linux-tools.inc: turn off newt and dwarf for perf
  2011-04-21  7:54 [PATCH 0/1] fix for bug 994 (host infection in compile_perf) Tom Zanussi
@ 2011-04-21  7:55 ` Tom Zanussi
  2011-04-25  5:41 ` [PATCH 0/1] fix for bug 994 (host infection in compile_perf) Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Zanussi @ 2011-04-21  7:55 UTC (permalink / raw)
  To: poky

From: Tom Zanussi <tom.zanussi@intel.com>

Turn these off for now to avoid the host infection issues for perf.

Fixes yocto [BUGID #994].

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/recipes-kernel/linux/linux-tools.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-tools.inc b/meta/recipes-kernel/linux/linux-tools.inc
index 2ac74a5..d64c9be 100644
--- a/meta/recipes-kernel/linux/linux-tools.inc
+++ b/meta/recipes-kernel/linux/linux-tools.inc
@@ -2,11 +2,11 @@
 # perf functionality from their tree.
 
 do_compile_perf() {
-	oe_runmake -C ${S}/tools/perf CC="${CC}" LD="${LD}" prefix=${prefix}
+	oe_runmake -C ${S}/tools/perf CC="${CC}" LD="${LD}" prefix=${prefix} NO_NEWT=1 NO_DWARF=1
 }
 
 do_install_perf() {
-	oe_runmake -C ${S}/tools/perf CC="${CC}" LD="${LD}" prefix=${prefix} DESTDIR=${D} install
+	oe_runmake -C ${S}/tools/perf CC="${CC}" LD="${LD}" prefix=${prefix} DESTDIR=${D} install NO_NEWT=1 NO_DWARF=1
 }
 
 
-- 
1.7.0.4



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

* Re: [PATCH 0/1] fix for bug 994 (host infection in compile_perf)
  2011-04-21  7:54 [PATCH 0/1] fix for bug 994 (host infection in compile_perf) Tom Zanussi
  2011-04-21  7:55 ` [PATCH 1/1] linux-tools.inc: turn off newt and dwarf for perf Tom Zanussi
@ 2011-04-25  5:41 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-04-25  5:41 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: poky

On 04/21/2011 12:54 AM, Tom Zanussi wrote:
> From: Tom Zanussi<tom.zanussi@intel.com>
>
> I haven't been able to reproduce the build failures even with libnewt-devel
> installed, so please test and make sure it fixes the problems you're
> seeing before applying, Saul.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: tzanussi/bugfix-994
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tzanussi/bugfix-994
>
> Thanks,
>      Tom Zanussi<tom.zanussi@intel.com>
> ---
>
>
> Tom Zanussi (1):
>    linux-tools.inc: turn off newt and dwarf for perf
>
>   meta/recipes-kernel/linux/linux-tools.inc |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>

Pulled into oe-core and poky/master

Thanks
	Sau!


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

end of thread, other threads:[~2011-04-25  5:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-21  7:54 [PATCH 0/1] fix for bug 994 (host infection in compile_perf) Tom Zanussi
2011-04-21  7:55 ` [PATCH 1/1] linux-tools.inc: turn off newt and dwarf for perf Tom Zanussi
2011-04-25  5:41 ` [PATCH 0/1] fix for bug 994 (host infection in compile_perf) Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.