kas: set debian-trixie as the default distro

Message ID 20251120060619.417725-1-srinuvasan.a@siemens.com
State Under Review
Headers show
Series kas: set debian-trixie as the default distro | expand

Commit Message

srinuvasan.a Nov. 20, 2025, 6:06 a.m. UTC
From: srinuvasan <srinuvasan.a@siemens.com>

Debian Trixie is the current stable release, so update the kas
configuration to make it the default distro for menu-driven builds.

Signed-off-by: srinuvasan <srinuvasan.a@siemens.com>
---
 kas/distro/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/kas/distro/Kconfig b/kas/distro/Kconfig
index e69172d0..879446a3 100644
--- a/kas/distro/Kconfig
+++ b/kas/distro/Kconfig
@@ -43,7 +43,7 @@  config CODENAME_NOBLE
 
 choice
 	prompt "Distro selection"
-	default DEBIAN_BOOKWORM
+	default DEBIAN_TRIXIE
 
 config DEBIAN_BUSTER
 	bool "Debian 10 (buster)"