Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions userpatches/targets-all-not-eos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,26 +62,6 @@ targets:
arches: # wanted architectures, and their "example" BOARD and BRANCH.
riscv64: [ { BOARD: "uefi-riscv64", BRANCH: "edge" } ]

all-userspace-loong64:
enable: no
configs: [ armbian-images ]
pipeline:
build-image: no # don't build images for this
only-artifacts: [ "armbian-base-files", "rootfs", "kernel", "uboot" ] # only these artifacts
gha: *armbian-gha
vars: # common vars, must exist.
USERSPACE_ONLY: "yes" # this does nothing, but some var must exist. might as well be this.
items-from-inventory:
userspace: # creates items from userspace inventory automatically... 'eos' distributions are always skipped.
only-releases: [ "sid" ] # sid is the only release that declares loong64 in its architectures
only-desktops: [ "xfce" ] # ONLY include these desktops
cli: yes # include normal CLI userspace
minimal: yes # include minimal CLI userspace
desktops: yes # include desktops; 'eos' ones are always skipped
tiers: [ minimal ] # emit a rootfs per tier (armbian-config module_desktops definitions)
arches: # wanted architectures, and their "example" BOARD and BRANCH.
loong64: [ { BOARD: "uefi-loong64", BRANCH: "edge" } ]

all-userspace-armhf:
configs: [ armbian-images ]
pipeline:
Expand All @@ -106,27 +86,6 @@ targets:
- { BOARD: "tinkerboard", BRANCH: "current" }
- { BOARD: "odroidxu4", BRANCH: "current" }

all-desktop:
enabled: no
configs: [ armbian-images ]
pipeline:
gha: *armbian-gha
vars:
BUILD_MINIMAL: "no"
BUILD_DESKTOP: "yes"
DESKTOP_ENVIRONMENT: "xfce"
DESKTOP_TIER: "mid"
RELEASE: "noble"
items-from-inventory:
#wip: yes # includes all work-in-progress boards
#all: yes # includes all available BOARD and BRANCH combinations
#conf: yes # includes all supported boards
#not-eos: yes # not-eos boards, all branches
not-eos-with-video: # not-eos boards, all branches, with video out
# noble doesn't ship loong64 — uefi-loong64 is covered by the
# all-userspace-loong64 group above with its own release set.
skip-arches: [ loong64 ]

all-cli:
enabled: yes
configs: [ armbian-images ]
Expand Down