mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
Add Ubuntu 25.10 / 26.04 questing and resolute as csc build target, demote Bookworm to csc
This commit is contained in:
1
config/cli/questing
Symbolic link
1
config/cli/questing
Symbolic link
@@ -0,0 +1 @@
|
||||
noble
|
||||
1
config/cli/resolute
Symbolic link
1
config/cli/resolute
Symbolic link
@@ -0,0 +1 @@
|
||||
noble
|
||||
1
config/desktop/questing
Symbolic link
1
config/desktop/questing
Symbolic link
@@ -0,0 +1 @@
|
||||
noble
|
||||
1
config/desktop/resolute
Symbolic link
1
config/desktop/resolute
Symbolic link
@@ -0,0 +1 @@
|
||||
noble
|
||||
@@ -1 +1 @@
|
||||
supported
|
||||
csc
|
||||
|
||||
1
config/distributions/questing/architectures
Normal file
1
config/distributions/questing/architectures
Normal file
@@ -0,0 +1 @@
|
||||
arm64,armhf,riscv64,amd64
|
||||
1
config/distributions/questing/name
Normal file
1
config/distributions/questing/name
Normal file
@@ -0,0 +1 @@
|
||||
Ubuntu questing 25.10
|
||||
1
config/distributions/questing/order
Normal file
1
config/distributions/questing/order
Normal file
@@ -0,0 +1 @@
|
||||
11
|
||||
1
config/distributions/questing/support
Normal file
1
config/distributions/questing/support
Normal file
@@ -0,0 +1 @@
|
||||
csc
|
||||
1
config/distributions/questing/upgrade
Normal file
1
config/distributions/questing/upgrade
Normal file
@@ -0,0 +1 @@
|
||||
none
|
||||
1
config/distributions/resolute/architectures
Normal file
1
config/distributions/resolute/architectures
Normal file
@@ -0,0 +1 @@
|
||||
arm64,armhf,riscv64,amd64
|
||||
1
config/distributions/resolute/name
Normal file
1
config/distributions/resolute/name
Normal file
@@ -0,0 +1 @@
|
||||
Ubuntu resolute 26.04
|
||||
1
config/distributions/resolute/order
Normal file
1
config/distributions/resolute/order
Normal file
@@ -0,0 +1 @@
|
||||
12
|
||||
1
config/distributions/resolute/support
Normal file
1
config/distributions/resolute/support
Normal file
@@ -0,0 +1 @@
|
||||
csc
|
||||
1
config/distributions/resolute/upgrade
Normal file
1
config/distributions/resolute/upgrade
Normal file
@@ -0,0 +1 @@
|
||||
none
|
||||
@@ -1 +1 @@
|
||||
11
|
||||
13
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user