Skip to content

Commit 8c7888e

Browse files
committed
Add xfce desktop support for riscv64 legacy branch in stable builds
Include legacy_riscv64 boards in the desktop-stable-ubuntu-riscv64-xfce target alongside current, vendor, and edge riscv64 boards.
1 parent ee73ad7 commit 8c7888e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/generate_targets.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ def generate_stable_yaml(conf_wip_boards, manual_content=""):
985985
"""
986986

987987
# Ubuntu stable XFCE desktop for RISC-V boards
988-
if current_riscv64 or vendor_riscv64 or edge_riscv64:
988+
if current_riscv64 or vendor_riscv64 or legacy_riscv64 or edge_riscv64:
989989
yaml += """
990990
# Ubuntu stable XFCE desktop for RISC-V boards
991991
desktop-stable-ubuntu-riscv64-xfce:
@@ -1007,6 +1007,8 @@ def generate_stable_yaml(conf_wip_boards, manual_content=""):
10071007
yaml += ' - *stable-current-riscv64\n'
10081008
if vendor_riscv64:
10091009
yaml += ' - *stable-vendor-riscv64\n'
1010+
if legacy_riscv64:
1011+
yaml += ' - *stable-legacy-riscv64\n'
10101012
if edge_riscv64:
10111013
yaml += ' - *stable-edge-riscv64\n'
10121014

0 commit comments

Comments
 (0)