diff options
author | Adam Duskett <Aduskett@gmail.com> | 2017-07-31 09:53:48 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-31 19:09:52 +0200 |
commit | a23a827da17ff1edd71b983aa0ba3dc75a1041f1 (patch) | |
tree | c5b7a38d1610865c67a9985f340d3286c676530e /package/ktap | |
parent | 3fe76fbd7b9813f341ebc6fc1da6208773aca0e7 (diff) | |
download | buildroot-a23a827da17ff1edd71b983aa0ba3dc75a1041f1.tar.gz buildroot-a23a827da17ff1edd71b983aa0ba3dc75a1041f1.zip |
package/k*: fix wrapping of Config.in help text
The check-package script when ran gives warnings on text wrapping
on all of these Config files. This patch cleans up all warnings
related to the text wrapping for the Config files starting with
the letter k in the package directory.
The appropriate indentation is: <tab><2 spaces><62 chars>
See http://nightly.buildroot.org/#writing-rules-config-in for more
information.
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ktap')
-rw-r--r-- | package/ktap/Config.in | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/package/ktap/Config.in b/package/ktap/Config.in index c85522846a..38293f6dde 100644 --- a/package/ktap/Config.in +++ b/package/ktap/Config.in @@ -5,21 +5,22 @@ config BR2_PACKAGE_KTAP help ktap is a script-based dynamic tracing tool for Linux - It uses a scripting language and lets users trace the Linux kernel - dynamically. ktap is designed to give operational insights with - interoperability that allows users to tune, troubleshoot and extend - kernel and application. It's similar to Linux Systemtap and - Solaris Dtrace. + It uses a scripting language and lets users trace the Linux + kernel dynamically. ktap is designed to give operational + insights with interoperability that allows users to tune, + troubleshoot and extend kernel and application. + It's similar to Linux Systemtap and Solaris Dtrace. ktap doesn't support kernels older than 3.1. - To be able to resolve symbols in DSO and for sdt, you need to enable - elfutils. + To be able to resolve symbols in DSO and for sdt, you need to + enable elfutils. Your kernel must have CONFIG_EVENT_TRACING, CONFIG_PERF_EVENTS, and CONFIG_DEBUG_FS enabled to compile. - Buildroot automatically enables these in the kernel configuration. + Buildroot automatically enables these in the kernel + configuration. http://www.ktap.org |