* [Buildroot] [PATCH] package/docker-engine: Drop experimental build flag
@ 2023-10-04 13:01 Stefan Agner
2023-11-04 20:44 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Agner @ 2023-10-04 13:01 UTC (permalink / raw)
To: buildroot; +Cc: Stefan Agner, christian
Since Docker v1.13.0 experimental only exists as a runtime flag. Drop
the config from buildroot as well.
Signed-off-by: Stefan Agner <stefan@agner.ch>
---
package/docker-engine/Config.in | 3 ---
package/docker-engine/docker-engine.mk | 3 ---
2 files changed, 6 deletions(-)
diff --git a/package/docker-engine/Config.in b/package/docker-engine/Config.in
index 570b2ff681..71bf670f17 100644
--- a/package/docker-engine/Config.in
+++ b/package/docker-engine/Config.in
@@ -19,9 +19,6 @@ config BR2_PACKAGE_DOCKER_ENGINE
if BR2_PACKAGE_DOCKER_ENGINE
-config BR2_PACKAGE_DOCKER_ENGINE_EXPERIMENTAL
- bool "build experimental features"
-
config BR2_PACKAGE_DOCKER_ENGINE_DRIVER_BTRFS
bool "btrfs filesystem driver"
depends on BR2_USE_MMU # btrfs-progs
diff --git a/package/docker-engine/docker-engine.mk b/package/docker-engine/docker-engine.mk
index a8f47254a4..369a1b2826 100644
--- a/package/docker-engine/docker-engine.mk
+++ b/package/docker-engine/docker-engine.mk
@@ -34,9 +34,6 @@ ifeq ($(BR2_INIT_SYSTEMD),y)
DOCKER_ENGINE_DEPENDENCIES += systemd
DOCKER_ENGINE_TAGS += systemd journald
endif
-ifeq ($(BR2_PACKAGE_DOCKER_ENGINE_EXPERIMENTAL),y)
-DOCKER_ENGINE_TAGS += experimental
-endif
ifeq ($(BR2_PACKAGE_DOCKER_ENGINE_DRIVER_BTRFS),y)
DOCKER_ENGINE_DEPENDENCIES += btrfs-progs
--
2.42.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/docker-engine: Drop experimental build flag
2023-10-04 13:01 [Buildroot] [PATCH] package/docker-engine: Drop experimental build flag Stefan Agner
@ 2023-11-04 20:44 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-11-04 20:44 UTC (permalink / raw)
To: Stefan Agner; +Cc: christian, buildroot
On Wed, 4 Oct 2023 15:01:34 +0200
Stefan Agner <stefan@agner.ch> wrote:
> Since Docker v1.13.0 experimental only exists as a runtime flag. Drop
> the config from buildroot as well.
>
> Signed-off-by: Stefan Agner <stefan@agner.ch>
> ---
> package/docker-engine/Config.in | 3 ---
> package/docker-engine/docker-engine.mk | 3 ---
> 2 files changed, 6 deletions(-)
Applied to master, thanks. We normally add a Config.in.legacy entry
when removing options, but in this case, I'm not sure it's really
useful, so I didn't do it. Let's see if other maintainers complain :)
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-04 20:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04 13:01 [Buildroot] [PATCH] package/docker-engine: Drop experimental build flag Stefan Agner
2023-11-04 20:44 ` Thomas Petazzoni via buildroot
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.