1*4882a593Smuzhiyunconfig BR2_PACKAGE_RUNC 2*4882a593Smuzhiyun bool "runc" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS 4*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 6*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_USES_UCLIBC # no fexecve 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun runC is a CLI tool for spawning and running containers 9*4882a593Smuzhiyun according to the OCP specification. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun https://github.com/opencontainers/runc 12*4882a593Smuzhiyun 13*4882a593Smuzhiyuncomment "runc needs a glibc or musl toolchain w/ threads" 14*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS && \ 15*4882a593Smuzhiyun BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS 16*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_UCLIBC 17