Add remaining mips systemd builds

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-11-25 22:54:51 +01:00
parent 967ca2a4ce
commit 2a73a45599
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
7 changed files with 111 additions and 14 deletions

View file

@ -0,0 +1,14 @@
subarch: mips3_multilib
target: stage1
version_stamp: systemd-@TIMESTAMP@
interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
rel_type: default
profile: default/linux/mips/17.0/multilib/n32/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage3-mips3_multilib-systemd-latest
compression_mode: pixz
decompressor_search_order: xz bzip2
update_seed: yes
update_seed_command: -uDN @world
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng

View file

@ -0,0 +1,14 @@
subarch: mips3_n64
target: stage1
version_stamp: systemd-@TIMESTAMP@
interpreter: /usr/bin/qemu-mips64
rel_type: default
profile: default/linux/mips/17.0/n64/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage3-mips3_n64-systemd-latest
compression_mode: pixz
decompressor_search_order: xz bzip2
update_seed: yes
update_seed_command: -uDN @world
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng

View file

@ -0,0 +1,14 @@
subarch: mipsel3_multilib
target: stage1
version_stamp: systemd-@TIMESTAMP@
interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el
rel_type: default
profile: default/linux/mips/17.0/mipsel/multilib/n32/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage3-mipsel3_multilib-systemd-latest
compression_mode: pixz
decompressor_search_order: xz bzip2
update_seed: yes
update_seed_command: -uDN @world
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng

View file

@ -0,0 +1,12 @@
subarch: mips3_multilib
target: stage3
version_stamp: systemd-@TIMESTAMP@
interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
rel_type: default
profile: default/linux/mips/17.0/multilib/n32/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage1-mips3_multilib-systemd-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng

View file

@ -0,0 +1,12 @@
subarch: mips3_n64
target: stage3
version_stamp: systemd-@TIMESTAMP@
interpreter: /usr/bin/qemu-mips64
rel_type: default
profile: default/linux/mips/17.0/n64/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage1-mips3_n64-systemd-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng

View file

@ -0,0 +1,12 @@
subarch: mipsel3_multilib
target: stage3
version_stamp: systemd-@TIMESTAMP@
interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el
rel_type: default
profile: default/linux/mips/17.0/mipsel/multilib/n32/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage1-mipsel3_multilib-systemd-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng

View file

@ -11,7 +11,10 @@ SETS_BE="
mips2_o32_systemd
mips3_n32_openrc
mips3_n32_systemd
mips3multilibopenrc mips3n64openrc
mips3_n64_openrc
mips3_n64_systemd
mips3_multilib_openrc
mips3_multilib_systemd
"
SETS_LE="
@ -21,7 +24,11 @@ SETS_LE="
mipsel3_o32_systemd
mipsel3_n32_openrc
mipsel3_n32_systemd
mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu
mipsel3_n64_openrc
mipsel3_n64_systemd
mipsel3_n64_systemd_mu
mipsel3_multilib_openrc
mipsel3_multilib_systemd
"
# SETS="${SETS_BE} ${SETS_LE}"
@ -41,15 +48,18 @@ SET_mips3_n32_systemd_SPECS="stage1-mips3-n32-systemd.spec stage3-mips3-n32-syst
SET_mipsel3_n32_openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
SET_mipsel3_n32_systemd_SPECS="stage1-mipsel3-n32-systemd.spec stage3-mipsel3-n32-systemd.spec"
SET_mips3multilibopenrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec"
SET_mipsel3multilibopenrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mipsel3-multilib-openrc.spec"
SET_mips3_multilib_openrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec"
SET_mips3_multilib_systemd_SPECS="stage1-mips3-multilib-systemd.spec stage3-mips3-multilib-systemd.spec"
SET_mips3n64openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
SET_mipsel3n64openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
SET_mipsel3_multilib_openrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mipsel3-multilib-openrc.spec"
SET_mipsel3_multilib_systemd_SPECS="stage1-mipsel3-multilib-systemd.spec stage3-mipsel3-multilib-systemd.spec"
SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec"
SET_mips3_n64_openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
SET_mips3_n64_systemd_SPECS="stage1-mips3-n64-systemd.spec stage3-mips3-n64-systemd.spec"
SET_mipsel3n64systemd_mu_SPECS="stage1-mipsel3-n64-systemd-mu.spec stage3-mipsel3-n64-systemd-mu.spec"
SET_mipsel3_n64_openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
SET_mipsel3_n64_systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec"
SET_mipsel3_n64_systemd_mu_SPECS="stage1-mipsel3-n64-systemd-mu.spec stage3-mipsel3-n64-systemd-mu.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
@ -97,27 +107,36 @@ post_build() {
stage3-mips3-n32-systemd.spec)
upload stage3-mips3_n32-systemd-${TIMESTAMP}.tar.xz*
;;
stage3-mips3-multilib-openrc.spec)
upload stage3-mips3_multilib-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel3-n32-openrc.spec)
upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel3-n32-systemd.spec)
upload stage3-mipsel3_n32-systemd-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel3-multilib-openrc.spec)
upload stage3-mipsel3_multilib-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips3-n64-openrc.spec)
upload stage3-mips3_n64-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips3-n64-systemd.spec)
upload stage3-mips3_n64-systemd-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel3-n64-openrc.spec)
upload stage3-mipsel3_n64-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel3-n64-systemd.spec)
upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz*
;;
stage3-mips3-multilib-openrc.spec)
upload stage3-mips3_multilib-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips3-multilib-systemd.spec)
upload stage3-mips3_multilib-systemd-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel3-multilib-openrc.spec)
upload stage3-mipsel3_multilib-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel3-multilib-systemd.spec)
upload stage3-mipsel3_multilib-systemd-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null