Add upstream release as csc target: Ubuntu plucky 25.04

This commit is contained in:
Igor Pecovnik
2025-01-23 09:38:33 +01:00
committed by Igor
parent 9e455733bd
commit 1477b478c5
10 changed files with 11 additions and 4 deletions

1
config/cli/plucky Symbolic link
View File

@@ -0,0 +1 @@
noble

1
config/desktop/plucky Symbolic link
View File

@@ -0,0 +1 @@
noble

View File

@@ -1 +1 @@
csc
eos

View File

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

View File

@@ -0,0 +1 @@
Ubuntu plucky 25.04

View File

@@ -0,0 +1 @@
8

View File

@@ -0,0 +1 @@
csc

View File

@@ -0,0 +1 @@
none

View File

@@ -361,7 +361,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)$ ]]; then
if [[ "$RELEASE" =~ ^(focal|jammy|noble|oracular|plucky)$ ]]; then
DISTRIBUTION="Ubuntu"
else
DISTRIBUTION="Debian"

View File

@@ -69,7 +69,7 @@ function install_distribution_specific() {
# create_sources_list_and_deploy_repo_key <when> <release> <basedir>
#
# <when>: rootfs|image
# <release>: bullseye|bookworm|sid|focal|jammy|noble|oracular
# <release>: bullseye|bookworm|sid|focal|jammy|noble|oracular|plucky
# <basedir>: path to root directory
#
function create_sources_list_and_deploy_repo_key() {
@@ -139,7 +139,7 @@ function create_sources_list_and_deploy_repo_key() {
fi
;;
focal | jammy | noble | oracular)
focal | jammy | noble | oracular | plucky)
cat <<- EOF > "${basedir}"/etc/apt/sources.list
deb http://${UBUNTU_MIRROR} $release main restricted universe multiverse
#deb-src http://${UBUNTU_MIRROR} $release main restricted universe multiverse