ffd9b4a061e64e094c8ab36d654c257800352c54
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lxc / Config.in
1 config BR2_PACKAGE_LXC
2         bool "lxc"
3         select BR2_PACKAGE_LIBCAP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_USE_MMU # fork()
6         # build system forcefully builds a shared library
7         depends on !BR2_STATIC_LIBS
8         # the toolchain doesn't support setns syscall
9         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
10         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
11         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap
12         help
13           Linux Containers (LXC), provides the ability to group and isolate
14           of a set of processes in a jail by virtualizing and accounting the
15           kernel resources. It is similar to Linux-Vserver or Openvz.
16
17           https://linuxcontainers.org/
18
19 comment "lxc needs a toolchain w/ threads, headers >= 3.0, dynamic library"
20         depends on BR2_USE_MMU
21         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
22         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
23         depends on !BR2_TOOLCHAIN_HAS_THREADS \
24                 || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \
25                 || BR2_STATIC_LIBS