2021-05-03 05:12:50 +02:00
|
|
|
config BR2_PACKAGE_CONTAINERD
|
|
|
|
bool "containerd"
|
2019-02-06 14:23:57 +01:00
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
2016-07-05 00:30:32 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2019-02-14 09:53:10 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_UCLIBC # runc
|
2016-07-05 00:30:32 +02:00
|
|
|
depends on BR2_USE_MMU # util-linux
|
|
|
|
select BR2_PACKAGE_RUNC # runtime dependency
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX # runtime dependency
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_BINARIES
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_MOUNTPOINT
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_MOUNT
|
|
|
|
help
|
|
|
|
containerd is a daemon to control runC.
|
|
|
|
|
2019-04-01 20:23:49 +02:00
|
|
|
https://containerd.io/
|
2016-07-05 00:30:32 +02:00
|
|
|
|
2021-05-03 05:12:50 +02:00
|
|
|
if BR2_PACKAGE_CONTAINERD
|
2018-09-13 07:22:24 +02:00
|
|
|
|
2021-05-03 05:12:50 +02:00
|
|
|
config BR2_PACKAGE_CONTAINERD_DRIVER_BTRFS
|
2018-09-13 07:22:24 +02:00
|
|
|
bool "btrfs snapshot driver"
|
|
|
|
depends on BR2_USE_MMU # btrfs-progs
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # btrfs-progs
|
|
|
|
select BR2_PACKAGE_BTRFS_PROGS
|
|
|
|
help
|
|
|
|
Build the btrfs snapshot driver for containerd.
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2021-05-03 05:12:50 +02:00
|
|
|
comment "containerd needs a glibc or musl toolchain w/ threads"
|
2019-02-06 14:23:57 +01:00
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
2016-07-05 00:30:32 +02:00
|
|
|
depends on BR2_USE_MMU
|
2019-04-01 20:23:47 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_UCLIBC
|