mbox series

[0/3] Limit prebuilt container package selection

Message ID 20241114133700.1464717-1-amikan@ilbers.de
Headers show
Series Limit prebuilt container package selection | expand

Message

Anton Mikanovich Nov. 14, 2024, 1:36 p.m. UTC
As prebuilt-podman-img and prebuilt-docker-img packages are not
buildable on some architectures and distros, there should be additional
filtering to prevent enable them on unsupported target.
It requires adding hidden architecture variables selected by target
machine options in kas menu.

Anton Mikanovich (3):
  kas: Introduce internal arch options
  kas: Set prebuilt-podman-img distro support
  kas: Set prebuilt-docker-img distro support

 kas/machine/Kconfig | 45 +++++++++++++++++++++++++++++++++++++++++++++
 kas/package/Kconfig |  3 +++
 2 files changed, 48 insertions(+)

Comments

Uladzimir Bely Nov. 21, 2024, 6:48 a.m. UTC | #1
On Thu, 2024-11-14 at 15:36 +0200, Anton Mikanovich wrote:
> As prebuilt-podman-img and prebuilt-docker-img packages are not
> buildable on some architectures and distros, there should be
> additional
> filtering to prevent enable them on unsupported target.
> It requires adding hidden architecture variables selected by target
> machine options in kas menu.
> 
> Anton Mikanovich (3):
>   kas: Introduce internal arch options
>   kas: Set prebuilt-podman-img distro support
>   kas: Set prebuilt-docker-img distro support
> 
>  kas/machine/Kconfig | 45
> +++++++++++++++++++++++++++++++++++++++++++++
>  kas/package/Kconfig |  3 +++
>  2 files changed, 48 insertions(+)
> 
> -- 
> 2.34.1
> 

Applied to next.