releases/specs/ppc/ppc32: add systemd specs

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev 2022-10-18 18:14:00 -07:00
parent e1ba1fb379
commit 109d2208b0
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,12 @@
subarch: ppc
target: stage1
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/ppc/17.0/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage3-ppc-systemd-latest
compression_mode: pixz
update_seed: yes
update_seed_command: --update --deep --newuse @world --jobs 8 --load-average 12
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

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

View file

@ -13,6 +13,7 @@ SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec ppc64/stage1-openrc.spe
OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-systemd.spec ppc64/stage3-systemd.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-musl-hardened-openrc.spec ppc64/stage3-musl-hardened-openrc.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-systemd.spec ppc32/stage3-systemd.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-musl-hardened-openrc.spec ppc32/stage3-musl-hardened-openrc.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc
@ -48,6 +49,9 @@ post_build() {
ppc32/stage3-openrc.spec)
upload default/stage3-ppc-openrc-*${TIMESTAMP}*.xz*
;;
ppc32/stage3-systemd.spec)
upload default/stage3-ppc-systemd-*${TIMESTAMP}*.xz*
;;
ppc32/stage3-musl-hardened-openrc.spec)
upload musl-hardened/stage3-ppc-musl-hardened-openrc-*${TIMESTAMP}*.xz*
;;