Bump buidlroot version to 2018.02.6
This commit is contained 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
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 bc8b03a53c430ae4fcf594ffdf31e2b2ed47a8fee25dd8fea60aa34f75441707 ktap-eb66d40310c93dc82bc8eac889744c1ed1f01f7b.tar.gz
|
||||
sha256 44a0808d57175cf9d15466f720e1e10d5ed1abc3497aedf9ddd6469545552345 ktap-23bc7a4a94bd9e4e1b8b7c06632e61c041d57b5f.tar.gz
|
||||
sha256 e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4 LICENSE-GPL
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KTAP_VERSION = eb66d40310c93dc82bc8eac889744c1ed1f01f7b
|
||||
KTAP_VERSION = 23bc7a4a94bd9e4e1b8b7c06632e61c041d57b5f
|
||||
KTAP_SITE = $(call github,ktap,ktap,$(KTAP_VERSION))
|
||||
KTAP_LICENSE = GPLv2
|
||||
KTAP_LICENSE = GPL-2.0
|
||||
KTAP_LICENSE_FILES = LICENSE-GPL
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ELFUTILS),y)
|
||||
|
||||
Reference in New Issue
Block a user