1*4882a593Smuzhiyunconfig BR2_PACKAGE_BALENA_ENGINE 2*4882a593Smuzhiyun bool "balena-engine" 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_USES_UCLIBC # no fexecve 6*4882a593Smuzhiyun depends on BR2_USE_MMU # util-linux 7*4882a593Smuzhiyun select BR2_PACKAGE_CGROUPFS_MOUNT if !BR2_PACKAGE_SYSTEMD # runtime 8*4882a593Smuzhiyun select BR2_PACKAGE_IPTABLES # runtime 9*4882a593Smuzhiyun select BR2_PACKAGE_SQLITE # runtime 10*4882a593Smuzhiyun select BR2_PACKAGE_UTIL_LINUX # runtime 11*4882a593Smuzhiyun select BR2_PACKAGE_UTIL_LINUX_BINARIES # runtime 12*4882a593Smuzhiyun select BR2_PACKAGE_UTIL_LINUX_MOUNT # runtime 13*4882a593Smuzhiyun select BR2_PACKAGE_UTIL_LINUX_MOUNTPOINT # runtime 14*4882a593Smuzhiyun select BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT # runtime 15*4882a593Smuzhiyun help 16*4882a593Smuzhiyun balenaEngine is a new container engine purpose-built for 17*4882a593Smuzhiyun embedded and IoT use cases and compatible with Docker 18*4882a593Smuzhiyun containers. 19*4882a593Smuzhiyun 20*4882a593Smuzhiyun https://github.com/balena-os/balena-engine 21*4882a593Smuzhiyun 22*4882a593Smuzhiyuncomment "balena-engine needs a glibc or musl toolchain w/ threads" 23*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS 24*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS 25*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_UCLIBC 26*4882a593Smuzhiyun depends on BR2_USE_MMU 27