kas: Fix missing distro selection for qemuamd64-sb

Message ID 20241220075531.14498-1-ubely@ilbers.de
State Accepted, archived
Headers show
Series kas: Fix missing distro selection for qemuamd64-sb | expand

Commit Message

Uladzimir Bely Dec. 20, 2024, 7:55 a.m. UTC
Due to a copy-paste typo we could not choose any distro
for this machine.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 kas/machine/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Uladzimir Bely Dec. 24, 2024, 11:58 a.m. UTC | #1
On Fri, 2024-12-20 at 10:55 +0300, Uladzimir Bely wrote:
> Due to a copy-paste typo we could not choose any distro
> for this machine.
> 
> Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
> ---
>  kas/machine/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
> index 0d1e0dd9..1740bd56 100644
> --- a/kas/machine/Kconfig
> +++ b/kas/machine/Kconfig
> @@ -103,6 +103,7 @@ config MACHINE_QEMU_AMD64_CIP
>  
>  config MACHINE_QEMU_AMD64_SB
>  	bool "qemuamd64-sb"
> +	select DISTRO_DEBIAN
>  	select CODENAME_BULLSEYE
>  	select ARCH_AMD64
>  
> -- 
> 2.45.2
> 

Applied to next.

Patch

diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
index 0d1e0dd9..1740bd56 100644
--- a/kas/machine/Kconfig
+++ b/kas/machine/Kconfig
@@ -103,6 +103,7 @@  config MACHINE_QEMU_AMD64_CIP
 
 config MACHINE_QEMU_AMD64_SB
 	bool "qemuamd64-sb"
+	select DISTRO_DEBIAN
 	select CODENAME_BULLSEYE
 	select ARCH_AMD64