specs/arm64: Add systemd specs

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2020-08-17 15:08:43 -07:00
parent 9bbcc3c918
commit 84660f02fc
4 changed files with 36 additions and 1 deletions

View file

@ -0,0 +1,12 @@
subarch: arm64
target: stage1
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/arm64/17.0/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage3-arm64-systemd-latest
compression_mode: pixz_x
update_seed: yes
update_seed_command: --update --deep --jobs=5 --newuse --complete-graph @world
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

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

View file

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

View file

@ -8,7 +8,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
SETS="default"
SET_default_SPECS="stage1.spec stage3.spec"
SET_default_SPECS="stage1.spec stage3.spec systemd-stage1.spec systemd-stage3.spec"
#SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
#KCONFIG_DIR=${REPO_DIR}/releases/kconfig/sparc
@ -41,6 +41,9 @@ post_build() {
stage3.spec)
upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
;;
systemd-stage3.spec)
upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz*
;;
esac
popd >/dev/null