Config.in 702 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_DOCKER_CLI
  2. bool "docker-cli"
  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. help
  7. Docker is a platform to build, ship,
  8. and run applications as lightweight containers.
  9. https://github.com/docker/cli
  10. if BR2_PACKAGE_DOCKER_CLI
  11. config BR2_PACKAGE_DOCKER_CLI_STATIC
  12. bool "build static client"
  13. depends on !BR2_STATIC_LIBS
  14. help
  15. Build a static docker client.
  16. endif
  17. comment "docker-cli needs a toolchain w/ threads"
  18. depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
  19. depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
  20. depends on !BR2_TOOLCHAIN_HAS_THREADS