* [Buildroot] [PATCH] package/docker-engine: drop unused _DAEMON option
@ 2019-02-01 22:04 Peter Korsgaard
2019-02-02 6:51 ` Christian Stewart
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-02-01 22:04 UTC (permalink / raw)
To: buildroot
Since commit de336584d2 (package/docker-engine: split docker-{cli, engine},
bump to v18.09.0), the docker-engine package only builds the daemon part,
and the .mk file no longer use the _DAEMON option, so drop it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/docker-engine/Config.in | 22 ++++++----------------
1 file changed, 6 insertions(+), 16 deletions(-)
diff --git a/package/docker-engine/Config.in b/package/docker-engine/Config.in
index 11f17820a7..2a0c130fce 100644
--- a/package/docker-engine/Config.in
+++ b/package/docker-engine/Config.in
@@ -3,6 +3,11 @@ config BR2_PACKAGE_DOCKER_ENGINE
depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_USE_MMU # docker-containerd
+ select BR2_PACKAGE_DOCKER_CONTAINERD # runtime dependency
+ select BR2_PACKAGE_DOCKER_PROXY # runtime dependency
+ select BR2_PACKAGE_IPTABLES # runtime dependency
+ select BR2_PACKAGE_SQLITE # runtime dependency
help
Docker is a platform to build, ship,
and run applications as lightweight containers.
@@ -11,23 +16,9 @@ config BR2_PACKAGE_DOCKER_ENGINE
if BR2_PACKAGE_DOCKER_ENGINE
-config BR2_PACKAGE_DOCKER_ENGINE_DAEMON
- bool "docker daemon"
- default y
- depends on BR2_USE_MMU # docker-containerd
- select BR2_PACKAGE_DOCKER_CONTAINERD # runtime dependency
- select BR2_PACKAGE_DOCKER_PROXY # runtime dependency
- select BR2_PACKAGE_IPTABLES # runtime dependency
- select BR2_PACKAGE_SQLITE # runtime dependency
- help
- Build the Docker system daemon.
- If not selected, will build client only.
-
config BR2_PACKAGE_DOCKER_ENGINE_EXPERIMENTAL
bool "build experimental features"
-if BR2_PACKAGE_DOCKER_ENGINE_DAEMON
-
config BR2_PACKAGE_DOCKER_ENGINE_DRIVER_BTRFS
bool "btrfs filesystem driver"
depends on BR2_USE_MMU # btrfs-progs
@@ -58,9 +49,8 @@ config BR2_PACKAGE_DOCKER_ENGINE_DRIVER_VFS
endif
-endif
-
comment "docker-engine needs a toolchain w/ threads"
depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_USE_MMU
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/docker-engine: drop unused _DAEMON option
2019-02-01 22:04 [Buildroot] [PATCH] package/docker-engine: drop unused _DAEMON option Peter Korsgaard
@ 2019-02-02 6:51 ` Christian Stewart
2019-02-02 11:06 ` Peter Korsgaard
2019-02-15 16:14 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Christian Stewart @ 2019-02-02 6:51 UTC (permalink / raw)
To: buildroot
Hi Peter,
Peter Korsgaard <peter@korsgaard.com> writes:
> Since commit de336584d2 (package/docker-engine: split docker-{cli, engine},
> bump to v18.09.0), the docker-engine package only builds the daemon part,
> and the .mk file no longer use the _DAEMON option, so drop it.
Thanks, not sure how I missed this in the original series.
LGTM.
Tested-by: Christian Stewart <christian@paral.in>
~ Christian
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/docker-engine: drop unused _DAEMON option
2019-02-01 22:04 [Buildroot] [PATCH] package/docker-engine: drop unused _DAEMON option Peter Korsgaard
2019-02-02 6:51 ` Christian Stewart
@ 2019-02-02 11:06 ` Peter Korsgaard
2019-02-15 16:14 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-02-02 11:06 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> Since commit de336584d2 (package/docker-engine: split docker-{cli, engine},
> bump to v18.09.0), the docker-engine package only builds the daemon part,
> and the .mk file no longer use the _DAEMON option, so drop it.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/docker-engine: drop unused _DAEMON option
2019-02-01 22:04 [Buildroot] [PATCH] package/docker-engine: drop unused _DAEMON option Peter Korsgaard
2019-02-02 6:51 ` Christian Stewart
2019-02-02 11:06 ` Peter Korsgaard
@ 2019-02-15 16:14 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-02-15 16:14 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> Since commit de336584d2 (package/docker-engine: split docker-{cli, engine},
> bump to v18.09.0), the docker-engine package only builds the daemon part,
> and the .mk file no longer use the _DAEMON option, so drop it.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed to 2018.11.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-02-15 16:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-01 22:04 [Buildroot] [PATCH] package/docker-engine: drop unused _DAEMON option Peter Korsgaard
2019-02-02 6:51 ` Christian Stewart
2019-02-02 11:06 ` Peter Korsgaard
2019-02-15 16:14 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.