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

Anders Darander anders at chargestorm.se
Tue Jan 7 13:31:20 UTC 2014


* Martin Jansa <martin.jansa at gmail.com> [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/meta-oe/recipes-kernel/ktap/ktap_0.4.bb
> > @@ -5,8 +5,18 @@ require ktap.inc
> >  SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux"
> >  DEPENDS = "ktap-module"

> > +#Available package configs:
> > +# libelf - needed to resolve symbols in DSO and for sdt
> > +# ffi    - only supports x86_64 for now!. Needs to be enabled for ktap-module too.
> > +PACKAGECONFIG ?= "libelf"
> > +
> > +PACKAGECONFIG[libelf] = ",,elfutils"
> > +PACKAGECONFIG[ffi] = ""

> This line is already in ktap.inc

Ah, damn it... Thanks for spotting this!

I had it here first, before realising that I needed the same options for
ktap-module. I'll wait a day or two before I respin the patch, to allow
for anyone else to comment on it.

Cheers,
Anders

> Otherwise looks good, I like deterministic shiny things.

-- 
Anders Darander
ChargeStorm AB / eStorm AB



More information about the Openembedded-devel mailing list