Config.in 698 B

123456789101112131415161718
  1. config BR2_PACKAGE_NERDCTL
  2. bool "nerdctl"
  3. depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
  4. depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. depends on !BR2_TOOLCHAIN_USES_UCLIBC # containerd
  7. depends on BR2_USE_MMU # util-linux
  8. select BR2_PACKAGE_CONTAINERD # runtime
  9. help
  10. Docker-compatible CLI for containerd, controlling runc.
  11. https://github.com/containerd/nerdctl
  12. comment "nerdctl needs a glibc or musl toolchain w/ threads"
  13. depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
  14. depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
  15. depends on BR2_USE_MMU
  16. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_UCLIBC