mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
Ktap is a new scripting dynamic tracing tool for Linux. >From kernel v3.13 it'll live inside the kernel tree, but for earlier kernels, this recipe will be usefull. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
456 B
BlitzBasic
20 lines
456 B
BlitzBasic
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
require ktap.inc
|
|
|
|
DESCRIPTION = "KTAP is a scripting dynamic tracing tool for Linux"
|
|
|
|
inherit module
|
|
|
|
# Only build the module
|
|
MAKE_TARGETS = "mod"
|
|
|
|
# Kernel module packages MUST begin with 'kernel-module-', otherwise
|
|
# multilib image generation can fail.
|
|
#
|
|
# The following line is only necessary if the recipe name does not begin
|
|
# with kernel-module-.
|
|
#
|
|
PKG_${PN} = "kernel-module-${PN}"
|
|
|