diff mbox series

[v1,2/2] package/docker-engine: docker-containerd was renamed to containerd

Message ID 20210503031251.200043-2-christian@paral.in
State Accepted
Headers show
Series [v1,1/2] package/docker-containerd: rename package to containerd | expand

Commit Message

Christian Stewart May 3, 2021, 3:12 a.m. UTC
Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/docker-engine/Config.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Matthew Weber May 3, 2021, 2:06 p.m. UTC | #1
Christian,

On Sun, May 2, 2021 at 10:14 PM Christian Stewart <christian@paral.in> wrote:
>
> Signed-off-by: Christian Stewart <christian@paral.in>

I think this is a good transition to drop Docker from the package
name.  Especially with the community push to separate the runtimes
from other tools/features Docker traditionally packages together.
(Good example of when the naming change makes things clearer is when a
user solely needs the Containerd runtime (maybe an edge Kubernetes use
case).  Selecting something tagged with "Docker" could be confusing.)

Reviewed-by: Matthew Weber <matthew.weber@rockwellcollins.com>
diff mbox series

Patch

diff --git a/package/docker-engine/Config.in b/package/docker-engine/Config.in
index 85a4bc6a0f..357101f280 100644
--- a/package/docker-engine/Config.in
+++ b/package/docker-engine/Config.in
@@ -3,10 +3,10 @@  config BR2_PACKAGE_DOCKER_ENGINE
 	depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
 	depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
 	depends on BR2_TOOLCHAIN_HAS_THREADS
-	depends on !BR2_TOOLCHAIN_USES_UCLIBC # docker-containerd -> runc
-	depends on BR2_USE_MMU # docker-containerd
+	depends on !BR2_TOOLCHAIN_USES_UCLIBC # containerd -> runc
+	depends on BR2_USE_MMU # containerd
 	select BR2_PACKAGE_CGROUPFS_MOUNT if !BR2_PACKAGE_SYSTEMD # runtime dependency
-	select BR2_PACKAGE_DOCKER_CONTAINERD # runtime dependency
+	select BR2_PACKAGE_CONTAINERD # runtime dependency
 	select BR2_PACKAGE_DOCKER_PROXY # runtime dependency
 	select BR2_PACKAGE_IPTABLES # runtime dependency
 	select BR2_PACKAGE_SQLITE # runtime dependency