1d2bb46907
Always use the --disable-dbengine configuration option, because we do not support libjudy dependency that is required otherwise. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
23 lines
754 B
Plaintext
23 lines
754 B
Plaintext
config BR2_PACKAGE_NETDATA
|
|
bool "netdata"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on !BR2_STATIC_LIBS # libuv
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv
|
|
select BR2_PACKAGE_LIBUV
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
Netdata is distributed, real-time, performance and health
|
|
monitoring for systems and applications. It is a highly
|
|
optimized monitoring agent you install on all your systems and
|
|
containers.
|
|
|
|
https://github.com/netdata/netdata
|
|
|
|
comment "netdata needs a toolchain w/ NPTL, dynamic library"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|