Re: [OE-core] [PATCH 2/2] perf: enable support for libaudit

2018-03-14 Thread Burton, Ross
On 2 March 2018 at 04:44, Anuj Mittal wrote: > # gui support was added with kernel 3.6.35 > # since 3.10 libnewt was replaced by slang > # to cover a wide range of kernel we add both dependencies > @@ -22,6 +22,10 @@ PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1" > PACKAGECONFIG[systemtap] = ",NO_S

[OE-core] [PATCH 2/2] perf: enable support for libaudit

2018-03-01 Thread Anuj Mittal
perf needs audit-python to be able to show syscall names and for 'perf trace' to work. Enable dependency on audit-python if present in PACKAGECONFIG. It's disabled by default since audit as of now is in meta-selinux. Fixes [YOCTO #3343] Fixes [YOCTO #3358] Signed-off-by: Anuj Mittal --- meta/r