mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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:
@@ -6,6 +6,9 @@ SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux"
|
|||||||
|
|
||||||
inherit module
|
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)
|
# Available package configs: ffi (only supported on x86_64)
|
||||||
PACKAGECONFIG ?= ""
|
PACKAGECONFIG ?= ""
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ require ktap.inc
|
|||||||
SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux"
|
SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux"
|
||||||
DEPENDS = "ktap-module"
|
DEPENDS = "ktap-module"
|
||||||
|
|
||||||
|
PNBLACKLIST[ktap] ?= "Depends on blacklisted kernel-module-ktapvm"
|
||||||
#Available package configs:
|
#Available package configs:
|
||||||
# libelf - needed to resolve symbols in DSO and for sdt
|
# 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.
|
# ffi - only supports x86_64 for now!. Needs to be enabled for ktap-module too.
|
||||||
|
|||||||
Reference in New Issue
Block a user