Skip to content

Commit

Permalink
Add Ubuntu 25.04 (Plucky Puffin) suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Jan 24, 2025
1 parent 274157f commit 42aded8
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion config/boards/nanopc-t6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BOARD_SOC="Rockchip RK3588"
export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-radxa-rk3588"
export UBOOT_RULES_TARGET="nanopc-t6-rk3588"
export COMPATIBLE_SUITES=("jammy" "noble" "oracular")
export COMPATIBLE_SUITES=("jammy" "noble" "oracular" "plucky")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__nanopc-t6() {
Expand Down
2 changes: 1 addition & 1 deletion config/boards/nanopi-r6c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BOARD_SOC="Rockchip RK3588S"
export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-radxa-rk3588"
export UBOOT_RULES_TARGET="nanopi-r6c-rk3588s"
export COMPATIBLE_SUITES=("jammy" "noble" "oracular")
export COMPATIBLE_SUITES=("jammy" "noble" "oracular" "plucky")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__nanopi-r6c() {
Expand Down
2 changes: 1 addition & 1 deletion config/boards/nanopi-r6s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BOARD_SOC="Rockchip RK3588S"
export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-radxa-rk3588"
export UBOOT_RULES_TARGET="nanopi-r6s-rk3588s"
export COMPATIBLE_SUITES=("jammy" "noble" "oracular")
export COMPATIBLE_SUITES=("jammy" "noble" "oracular" "plucky")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__nanopi-r6s() {
Expand Down
2 changes: 1 addition & 1 deletion config/boards/orangepi-5-plus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BOARD_SOC="Rockchip RK3588"
export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-radxa-rk3588"
export UBOOT_RULES_TARGET="orangepi-5-plus-rk3588"
export COMPATIBLE_SUITES=("jammy" "noble" "oracular")
export COMPATIBLE_SUITES=("jammy" "noble" "oracular" "plucky")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__orangepi-5-plus() {
Expand Down
2 changes: 1 addition & 1 deletion config/boards/orangepi-5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-radxa-rk3588"
export UBOOT_RULES_TARGET="orangepi-5-rk3588s"
export UBOOT_RULES_TARGET_EXTRA="orangepi-5-sata-rk3588s"
export COMPATIBLE_SUITES=("jammy" "noble" "oracular")
export COMPATIBLE_SUITES=("jammy" "noble" "oracular" "plucky")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__orangepi-5() {
Expand Down
2 changes: 1 addition & 1 deletion config/boards/orangepi-5b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BOARD_SOC="Rockchip RK3588S"
export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-radxa-rk3588"
export UBOOT_RULES_TARGET="orangepi-5b-rk3588s"
export COMPATIBLE_SUITES=("jammy" "noble")
export COMPATIBLE_SUITES=("jammy" "noble" "oracular" "plucky")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__orangepi-5b() {
Expand Down
2 changes: 1 addition & 1 deletion config/boards/radxa-zero3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BOARD_SOC="Rockchip RK3566"
export BOARD_CPU="ARM Cortex A55"
export UBOOT_PACKAGE="u-boot-turing-rk3588"
export UBOOT_RULES_TARGET="radxa-zero3-rk3566"
export COMPATIBLE_SUITES=("jammy" "noble")
export COMPATIBLE_SUITES=("jammy" "noble" "plucky")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__radxa-zero3() {
Expand Down
2 changes: 1 addition & 1 deletion config/boards/rock-5-itx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BOARD_SOC="Rockchip RK3588"
export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-radxa-rk3588"
export UBOOT_RULES_TARGET="rock-5-itx-rk3588"
export COMPATIBLE_SUITES=("jammy" "noble")
export COMPATIBLE_SUITES=("jammy" "noble" "plucky")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__rock-5-itx() {
Expand Down
2 changes: 1 addition & 1 deletion config/boards/rock-5a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-radxa-rk3588"
export UBOOT_RULES_TARGET="rock-5a-rk3588s"
export UBOOT_RULES_TARGET_EXTRA="rock-5a-spi-rk3588s"
export COMPATIBLE_SUITES=("jammy" "noble" "oracular")
export COMPATIBLE_SUITES=("jammy" "noble" "oracular" "plucky")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__rock-5a() {
Expand Down
2 changes: 1 addition & 1 deletion config/boards/rock-5b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BOARD_SOC="Rockchip RK3588"
export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-radxa-rk3588"
export UBOOT_RULES_TARGET="rock-5b-rk3588"
export COMPATIBLE_SUITES=("jammy" "noble" "oracular")
export COMPATIBLE_SUITES=("jammy" "noble" "oracular" "plucky")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__rock-5b() {
Expand Down
2 changes: 1 addition & 1 deletion config/boards/turing-rk1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BOARD_SOC="Rockchip RK3588"
export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-turing-rk3588"
export UBOOT_RULES_TARGET="turing-rk1-rk3588"
export COMPATIBLE_SUITES=("jammy" "noble" "oracular")
export COMPATIBLE_SUITES=("jammy" "noble" "oracular" "plucky")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__turing-rk1() {
Expand Down
10 changes: 10 additions & 0 deletions config/suites/plucky.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# shellcheck shell=bash

export RELASE_NAME="Ubuntu 25.04 (Plucky Puffin)"
export RELASE_VERSION="25.04"

export KERNEL_REPO="https://github.com/Joshua-Riek/linux-rockchip.git"
export KERNEL_BRANCH="plucky"
export KERNEL_FLAVOR="rockchip"

export EXTRA_PPAS="jjriek/rockchip"

0 comments on commit 42aded8

Please sign in to comment.