mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ktap(-module): blacklist because it's not compatible with 3.19 kernel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
e3327f9a4f
commit
464c17d948
|
|
@ -6,6 +6,9 @@ SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux"
|
|||
|
||||
inherit module
|
||||
|
||||
# See https://github.com/ktap/ktap/issues/80
|
||||
PNBLACKLIST[ktap-module] ?= "Not compatible with 3.19 kernel"
|
||||
|
||||
# Available package configs: ffi (only supported on x86_64)
|
||||
PACKAGECONFIG ?= ""
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ require ktap.inc
|
|||
SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux"
|
||||
DEPENDS = "ktap-module"
|
||||
|
||||
PNBLACKLIST[ktap] ?= "Depends on blacklisted kernel-module-ktapvm"
|
||||
#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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user