specs/ppc64le: add power9 desktop openrc stages

no need for power8 stages, nobody uses those machines as desktop.

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev 2022-12-12 10:40:58 -08:00
parent b30225aff6
commit 5352861020
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,10 @@
subarch: power9le
target: stage3
version_stamp: desktop-openrc-@TIMESTAMP@
rel_type: power9le
profile: default/linux/ppc64le/17.0/desktop
snapshot: @TIMESTAMP@
source_subpath: power9le/stage1-power9le-openrc-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -9,7 +9,7 @@ SPECS="stage1-openrc.spec stage3-openrc.spec"
OPTIONAL_SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec"
OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec"
OPTIONAL_SPECS+=" stage1-systemd-mu.spec stage3-systemd-mu.spec"
OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec"
OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec stage3d-openrc-power9le.spec"
OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec"
OPTIONAL_SPECS+=" stage1-systemd-mu-power9le.spec stage3-systemd-mu-power9le.spec"
OPTIONAL_SPECS+=" stage1-musl-hardened-openrc.spec stage3-musl-hardened-openrc.spec"
@ -59,6 +59,9 @@ post_build() {
stage3-openrc-power9le.spec)
upload power9le/stage3-power9le-openrc-${TIMESTAMP}*.xz*
;;
stage3d-openrc-power9le.spec)
upload power9le/stage3-power9le-desktop-openrc-${TIMESTAMP}*.xz*
;;
stage3-systemd-power9le.spec)
upload power9le/stage3-power9le-systemd-${TIMESTAMP}*.xz*
;;