Re: [oe] [meta-oe][PATCH 1/1] ktap: add configs for elfutils and ffi

2014-01-07 Thread Anders Darander
* Martin Jansa [140107 14:08]: > On Tue, Jan 07, 2014 at 01:39:49PM +0100, Anders Darander wrote: > > diff --git a/meta-oe/recipes-kernel/ktap/ktap_0.4.bb > > b/meta-oe/recipes-kernel/ktap/ktap_0.4.bb > > index f5dd62f..a703aec 100644 > > --- a/meta-oe/recipes-kernel/ktap/ktap_0.4.bb > > +++ b/m

Re: [oe] [meta-oe][PATCH 1/1] ktap: add configs for elfutils and ffi

2014-01-07 Thread Martin Jansa
On Tue, Jan 07, 2014 at 01:39:49PM +0100, Anders Darander wrote: > libelf (elfutils) is required for resolving symbols in DSO and for sdt (taken > from ktap docs). The earlier v0.4 recipe built ktap against libelf if it was > found, thus enable it per default. > > FFI needs to be enabled for both

[oe] [meta-oe][PATCH 1/1] ktap: add configs for elfutils and ffi

2014-01-07 Thread Anders Darander
libelf (elfutils) is required for resolving symbols in DSO and for sdt (taken from ktap docs). The earlier v0.4 recipe built ktap against libelf if it was found, thus enable it per default. FFI needs to be enabled for both userspace and kernel module. Currently, it is only supported for x86_64 (en