hc
2024-11-01 a01b5c9f91adaee088a817861603a5dbe14775c2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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