diff options
author | Anders Darander <anders@chargestorm.se> | 2014-01-10 07:47:51 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-15 18:02:32 +0100 |
commit | 3e79b4c4e1653fc5471c1a2ef815d143644dba14 (patch) | |
tree | bb49c6b9fff4bac464d1129d3d0d30e2f9ea2475 /meta-oe/recipes-kernel/ktap/ktap.inc | |
parent | d4b25acb2db4e11f65b588b748ff12f47ba502ca (diff) | |
download | meta-openembedded-3e79b4c4e1653fc5471c1a2ef815d143644dba14.tar.gz |
ktap: add configs for elfutils and ffi
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 (enforced when building ktap-module).
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/ktap/ktap.inc')
-rw-r--r-- | meta-oe/recipes-kernel/ktap/ktap.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/ktap/ktap.inc b/meta-oe/recipes-kernel/ktap/ktap.inc index 7e6045376..93a4e2ca3 100644 --- a/meta-oe/recipes-kernel/ktap/ktap.inc +++ b/meta-oe/recipes-kernel/ktap/ktap.inc | |||
@@ -9,3 +9,5 @@ SRC_URI = "git://github.com/ktap/ktap.git" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | # Package config is abused as a general compile time configuration tool. | ||
13 | PACKAGECONFIG[ffi] = "" | ||