summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-04-21 02:41:58 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-24 22:50:31 +0100
commitee2ff2ab53c4b26462fa2445b34c3ce09684a82c (patch)
treef0b3fdfd7a238e826214fafb7e53996bafbdce1a /meta/recipes-kernel
parent8667ea0d2d593b2118fafc217ade1875e422a41b (diff)
downloadast2050-yocto-poky-ee2ff2ab53c4b26462fa2445b34c3ce09684a82c.zip
ast2050-yocto-poky-ee2ff2ab53c4b26462fa2445b34c3ce09684a82c.tar.gz
linux-tools.inc: turn off newt and dwarf for perf
Turn these off for now to avoid the host infection issues for perf. Fixes yocto [BUGID #994]. (From OE-Core rev: 51cf1ecab860269b3d822e2e372756b8bb8ffe26) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-tools.inc4
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
}
OpenPOWER on IntegriCloud