From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [dizzy][PATCH] perf: add LIBNUMA_DEFINES
Date: Thu, 4 Jun 2015 10:37:33 +0200 [thread overview]
Message-ID: <20150604083733.GD2376@jama> (raw)
In-Reply-To: <1432744427-16447-1-git-send-email-Martin.Jansa@gmail.com>
On Wed, May 27, 2015 at 06:33:47PM +0200, Martin Jansa wrote:
> From: Robert Yang <liezhi.yang@windriver.com>
ping
> Fixed:
> WARNING: QA Issue: perf rdepends on numactl, but it isn't a build dependency? [build-deps]
>
> The numactl is in meta-oe.
>
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
> meta/recipes-kernel/perf/perf.bb | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
> index 19772d8..1f1f552 100644
> --- a/meta/recipes-kernel/perf/perf.bb
> +++ b/meta/recipes-kernel/perf/perf.bb
> @@ -65,6 +65,7 @@ B = "${WORKDIR}/${BPN}-${PV}"
> SCRIPTING_DEFINES = "${@perf_feature_enabled('perf-scripting', '', 'NO_LIBPERL=1 NO_LIBPYTHON=1',d)}"
> TUI_DEFINES = "${@perf_feature_enabled('perf-tui', '', 'NO_NEWT=1',d)}"
> LIBUNWIND_DEFINES = "${@perf_feature_enabled('perf-libunwind', '', 'NO_LIBUNWIND=1 NO_LIBDW_DWARF_UNWIND=1',d)}"
> +LIBNUMA_DEFINES = "${@perf_feature_enabled('perf-libnuma', '', 'NO_LIBNUMA=1',d)}"
>
> # The LDFLAGS is required or some old kernels fails due missing
> # symbols and this is preferred than requiring patches to every old
> @@ -80,7 +81,8 @@ EXTRA_OEMAKE = '\
> AR="${AR}" \
> EXTRA_CFLAGS="-ldw" \
> perfexecdir=${libexecdir} \
> - NO_GTK2=1 ${TUI_DEFINES} NO_DWARF=1 ${LIBUNWIND_DEFINES} ${SCRIPTING_DEFINES} \
> + NO_GTK2=1 ${TUI_DEFINES} NO_DWARF=1 ${LIBUNWIND_DEFINES} \
> + ${SCRIPTING_DEFINES} ${LIBNUMA_DEFINES} \
> '
>
> EXTRA_OEMAKE += "\
> --
> 2.4.1
>
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
prev parent reply other threads:[~2015-06-04 8:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-27 16:33 [dizzy][PATCH] perf: add LIBNUMA_DEFINES Martin Jansa
2015-06-04 8:37 ` Martin Jansa [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150604083733.GD2376@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox