The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / sysdig / Config.in
1 config BR2_PACKAGE_SYSDIG
2         bool "sysdig"
3         select BR2_PACKAGE_ZLIB
4         select BR2_PACKAGE_LUAJIT
5         select BR2_PACKAGE_JSONCPP
6         depends on BR2_LINUX_KERNEL
7         depends on BR2_INSTALL_LIBSTDCPP # libjson
8         depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
9         help
10           Sysdig is open source, system-level exploration:
11           capture system state and activity from a running Linux instance,
12           then save, filter and analyze.
13           Think of it as strace + tcpdump + lsof + awesome sauce.
14           With a little Lua cherry on top.
15
16           http://sysdig.org
17
18 comment "sysdig needs a toolchain w/ C++ and a Linux kernel to be built"
19         depends on !BR2_LINUX_KERNEL || !BR2_INSTALL_LIBSTDCPP
20         depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS