[Buildroot] [PATCH] package/containerd: add control for additional build tags

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Nov 4 20:36:04 UTC 2023


On Wed,  4 Oct 2023 18:17:36 +0200
Stefan Agner <stefan at agner.ch> wrote:

> +config BR2_PACKAGE_CONTAINERD_DRIVER_DEVMAPPER
> +	bool "devmapper snapshot driver"
> +	depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
> +	depends on BR2_USE_MMU # lvm2
> +	depends on !BR2_STATIC_LIBS # lvm2
> +	select BR2_PACKAGE_LVM2
> +	help
> +	  Build the devmapper snapshot driver for containerd.

I've added a Config.in comment here for the dependencies.

> +config BR2_PACKAGE_CONTAINERD_DRIVER_ZFS
> +	bool "zfs snapshot driver"
> +	depends on BR2_LINUX_KERNEL # zfs
> +	depends on BR2_PACKAGE_HAS_UDEV # zfs

I've propagated all "depends on" of zfs here.

> +	select BR2_PACKAGE_ZFS
> +	help
> +	  Build the zfs snapshot driver for containerd.

I've added a Config.in comment here for the dependencies.

> +
> +config BR2_PACKAGE_CONTAINERD_CRI
> +	bool "Build Kubernetes CRI support"

Dropped the "Build" word since none of the other options in this
package have this.

Applied, thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com



More information about the buildroot mailing list