diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2017-02-09 12:49:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 20:06:43 -0800 |
commit | 412069322331c37ce33cd1a540a2641c2ba301c8 (patch) | |
tree | 19b511b3360b79ea42513e72340a1291b2079fd4 /meta/recipes-kernel | |
parent | 08855da8292b84daf3a7c8f1049cde9161e0bc48 (diff) | |
download | poky-412069322331c37ce33cd1a540a2641c2ba301c8.tar.gz |
perf: add PACKAGECONFIG for jvmti
Recent kernel build jvmti, java profiling agent, if a host jdk is
detected. The library will be packaged in -dev and throws a qa error.
Disable the jvmti build per default.
(From OE-Core rev: c2cae2874d88c8e41e12da04198b5368d9968131)
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index acbb1d9038..ffaa5f6664 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -21,6 +21,7 @@ PACKAGECONFIG[tui] = ",NO_NEWT=1,libnewt slang" | |||
21 | PACKAGECONFIG[libunwind] = ",NO_LIBUNWIND=1 NO_LIBDW_DWARF_UNWIND=1,libunwind" | 21 | PACKAGECONFIG[libunwind] = ",NO_LIBUNWIND=1 NO_LIBDW_DWARF_UNWIND=1,libunwind" |
22 | PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1" | 22 | PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1" |
23 | PACKAGECONFIG[systemtap] = ",NO_SDT=1,systemtap" | 23 | PACKAGECONFIG[systemtap] = ",NO_SDT=1,systemtap" |
24 | PACKAGECONFIG[jvmti] = ",NO_JVMTI=1" | ||
24 | 25 | ||
25 | DEPENDS = " \ | 26 | DEPENDS = " \ |
26 | virtual/${MLPREFIX}libc \ | 27 | virtual/${MLPREFIX}libc \ |