[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4618/8267] perf: add PACKAGECONFIG for jvmti



commit 412069322331c37ce33cd1a540a2641c2ba301c8
Author: Stefan Müller-Klieser <s mueller-klieser phytec de>
Date:   Thu Feb 9 12:49:39 2017 +0100

    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>

 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 acbb1d9..ffaa5f6 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"
 PACKAGECONFIG[libunwind] = ",NO_LIBUNWIND=1 NO_LIBDW_DWARF_UNWIND=1,libunwind"
 PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1"
 PACKAGECONFIG[systemtap] = ",NO_SDT=1,systemtap"
+PACKAGECONFIG[jvmti] = ",NO_JVMTI=1"
 
 DEPENDS = " \
     virtual/${MLPREFIX}libc \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]