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>
This commit is contained in:
parent
3fe76fbd7b
commit
a23a827da1
@ -9,7 +9,8 @@ config BR2_PACKAGE_KEXEC_LITE
|
||||
select BR2_PACKAGE_DTC_PROGRAMS
|
||||
help
|
||||
Kexec is a user space utiltity for loading another kernel
|
||||
and asking the currently running kernel to do something with it.
|
||||
and asking the currently running kernel to do something with
|
||||
it.
|
||||
|
||||
This package is a tiny implementation of the kexec userspace
|
||||
components, for devicetree-based platforms.
|
||||
|
@ -5,7 +5,8 @@ config BR2_PACKAGE_KEXEC
|
||||
BR2_powerpc || BR2_sh4 || BR2_sh4a
|
||||
help
|
||||
Kexec is a user space utility for loading another kernel
|
||||
and asking the currently running kernel to do something with it.
|
||||
and asking the currently running kernel to do something with
|
||||
it.
|
||||
|
||||
https://www.kernel.org/pub/linux/utils/kernel/kexec/
|
||||
|
||||
|
@ -2,6 +2,7 @@ config BR2_PACKAGE_KODI_PVR_VBOX
|
||||
bool "kodi-pvr-vbox"
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
help
|
||||
Kodi PVR addon for interfacing with VBox Communications XTi TV Gateway
|
||||
Kodi PVR addon for interfacing with VBox Communications XTi TV
|
||||
Gateway
|
||||
|
||||
https://github.com/kodi-pvr/pvr.vbox
|
||||
|
@ -207,7 +207,8 @@ config BR2_PACKAGE_KODI_LIBSHAIRPLAY
|
||||
select BR2_PACKAGE_LIBSHAIRPLAY
|
||||
help
|
||||
Enable Shairport support.
|
||||
Select this if you want to stream content from an Apple device.
|
||||
Select this if you want to stream content from an Apple
|
||||
device.
|
||||
|
||||
config BR2_PACKAGE_KODI_LIBSMBCLIENT
|
||||
bool "samba"
|
||||
|
@ -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
|
||||
|
||||
|
@ -14,8 +14,8 @@ config BR2_PACKAGE_KVMTOOL
|
||||
help
|
||||
kvmtool is a lightweight tool for hosting KVM guests.
|
||||
As a pure virtualization tool it only supports guests using
|
||||
the same architecture, though it supports running 32-bit guests
|
||||
on those 64-bit architectures that allow this.
|
||||
the same architecture, though it supports running 32-bit
|
||||
guests on those 64-bit architectures that allow this.
|
||||
|
||||
https://git.kernel.org/cgit/linux/kernel/git/will/kvmtool.git/tree/README
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user