12345678910111213 |
- config BR2_PACKAGE_LIBTRACEFS
- bool "libtracefs"
- depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on !BR2_STATIC_LIBS # libtraceevent
- select BR2_PACKAGE_LIBTRACEEVENT
- help
- libtracefs is used to easily interface with the ftrace
- interface through the tracefs virtual filesystem.
- https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/
- comment "libtracefs needs a toolchain w/ threads, dynamic library"
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|