mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
Unhide lttng-tools and lttng-modules
When using lttng-tools for userland tracing with lttng-libust lttng-modules is not required, thus a dependency on building lttng-modules and a kernel is overkill for lttng-tools. It also hides it from a user not wanting to build a kernel. A comment has been added to lttng-modules to show a user that lttng-modules is dependent on a kernel build. Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
df8d52fb02
commit
e5ef6f7f71
@ -16,3 +16,6 @@ config BR2_PACKAGE_LTTNG_MODULES
|
|||||||
http://lttng.org/files/bundles/20111214/README.compatible.kernels.txt
|
http://lttng.org/files/bundles/20111214/README.compatible.kernels.txt
|
||||||
|
|
||||||
http://lttng.org
|
http://lttng.org
|
||||||
|
|
||||||
|
comment "lttng-modules requires a linux kernel to be built"
|
||||||
|
depends on !BR2_LINUX_KERNEL
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_LTTNG_TOOLS
|
config BR2_PACKAGE_LTTNG_TOOLS
|
||||||
bool "lttng-tools"
|
bool "lttng-tools"
|
||||||
depends on BR2_PACKAGE_LTTNG_MODULES
|
|
||||||
select BR2_PACKAGE_LIBURCU
|
select BR2_PACKAGE_LIBURCU
|
||||||
select BR2_PACKAGE_POPT
|
select BR2_PACKAGE_POPT
|
||||||
# liburcu only works on some architectures and requires thread support
|
# liburcu only works on some architectures and requires thread support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user