Add Ubuntu 25.10 / 26.04 questing and resolute as csc build target, demote Bookworm to csc

This commit is contained in:
Igor Pecovnik
2025-11-15 13:34:05 +01:00
committed by Igor
parent 28b459d8a7
commit 06dbd0074c
18 changed files with 20 additions and 6 deletions

1
config/cli/questing Symbolic link
View File

@@ -0,0 +1 @@
noble

1
config/cli/resolute Symbolic link
View File

@@ -0,0 +1 @@
noble

1
config/desktop/questing Symbolic link
View File

@@ -0,0 +1 @@
noble

1
config/desktop/resolute Symbolic link
View File

@@ -0,0 +1 @@
noble

View File

@@ -1 +1 @@
supported
csc

View File

@@ -0,0 +1 @@
arm64,armhf,riscv64,amd64

View File

@@ -0,0 +1 @@
Ubuntu questing 25.10

View File

@@ -0,0 +1 @@
11

View File

@@ -0,0 +1 @@
csc

View File

@@ -0,0 +1 @@
none

View File

@@ -0,0 +1 @@
arm64,armhf,riscv64,amd64

View File

@@ -0,0 +1 @@
Ubuntu resolute 26.04

View File

@@ -0,0 +1 @@
12

View File

@@ -0,0 +1 @@
csc

View File

@@ -0,0 +1 @@
none

View File

@@ -1 +1 @@
11
13

View File

@@ -368,7 +368,7 @@ function do_extra_configuration() {
[[ -z $BOOTPATCHDIR ]] && BOOTPATCHDIR="u-boot-$LINUXFAMILY" # @TODO move to hook
[[ -z $ATFPATCHDIR ]] && ATFPATCHDIR="atf-$LINUXFAMILY"
if [[ "$RELEASE" =~ ^(focal|jammy|noble|oracular|plucky)$ ]]; then
if [[ "$RELEASE" =~ ^(focal|jammy|noble|oracular|plucky|questing|resolute)$ ]]; then
DISTRIBUTION="Ubuntu"
else
DISTRIBUTION="Debian"

View File

@@ -89,7 +89,7 @@ function fetch_distro_keyring() {
buster | bullseye | bookworm | trixie | forky | sid)
distro="debian"
;;
focal | jammy | noble | oracular | plucky | raccoon)
focal | jammy | noble | oracular | plucky | questing | resolute )
distro="ubuntu"
;;
*)
@@ -157,7 +157,7 @@ function fetch_distro_keyring() {
# create_sources_list_and_deploy_repo_key <when> <release> <basedir>
#
# <when>: rootfs|image
# <release>: bullseye|bookworm|trixie|forky|sid|focal|jammy|noble|oracular|plucky
# <release>: bullseye|bookworm|trixie|forky|sid|focal|jammy|noble|oracular|plucky|questing|resolute
# <basedir>: path to root directory
#
function create_sources_list_and_deploy_repo_key() {
@@ -239,7 +239,7 @@ function create_sources_list_and_deploy_repo_key() {
fi
;;
focal | jammy | noble | oracular | plucky)
focal | jammy | noble | oracular | plucky | questing | resolute)
distro="ubuntu"
cat <<- EOF > "${basedir}/etc/apt/sources.list.d/${distro}.sources"