Add mips2_softfloat-o32-systemd-mu

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2023-07-22 15:47:05 +02:00
parent 0b6c63cb26
commit bb1d1fcf83
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
5 changed files with 64 additions and 2 deletions

View file

@ -0,0 +1,14 @@
subarch: mips2_softfloat
target: stage1
version_stamp: systemd-mergedusr-@TIMESTAMP@
interpreter: /usr/bin/qemu-mips
rel_type: mergedusr
profile: default/linux/mips/17.0/o32/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: mergedusr/stage3-mips2_softfloat-systemd-mergedusr-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: mipsel2_softfloat
target: stage1
version_stamp: systemd-mergedusr-@TIMESTAMP@
interpreter: /usr/bin/qemu-mipsel
rel_type: mergedusr
profile: default/linux/mips/17.0/mipsel/o32/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: mergedusr/stage3-mipsel2_softfloat-systemd-mergedusr-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: mips2_softfloat
target: stage3
version_stamp: systemd-mergedusr-@TIMESTAMP@
interpreter: /usr/bin/qemu-mips
rel_type: mergedusr
profile: default/linux/mips/17.0/o32/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: mergedusr/stage1-mips2_softfloat-systemd-mergedusr-@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: mipsel2_softfloat
target: stage3
version_stamp: systemd-mergedusr-@TIMESTAMP@
interpreter: /usr/bin/qemu-mipsel
rel_type: mergedusr
profile: default/linux/mips/17.0/mipsel/o32/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: mergedusr/stage1-mipsel2_softfloat-systemd-mergedusr-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng

View file

@ -12,12 +12,14 @@ SETS_O32="
mips2_o32_systemd_mu
mips2_softfloat_o32_openrc
mips2_softfloat_o32_systemd
mips2_softfloat_o32_systemd_mu
mips2_o32_musl
mipsel2_o32_openrc
mipsel2_o32_systemd
mipsel2_o32_systemd_mu
mipsel2_softfloat_o32_openrc
mipsel2_softfloat_o32_systemd
mipsel2_softfloat_o32_systemd_mu
mipsel2_o32_musl
mipsel3_o32_openrc
mipsel3_o32_systemd
@ -58,6 +60,7 @@ SET_mips2_o32_systemd_mu_SPECS="stage1-mips2-o32-systemd-mu.spec stage3-mips2-o3
SET_mips2_softfloat_o32_openrc_SPECS="stage1-mips2_softfloat-o32-openrc.spec stage3-mips2_softfloat-o32-openrc.spec"
SET_mips2_softfloat_o32_systemd_SPECS="stage1-mips2_softfloat-o32-systemd.spec stage3-mips2_softfloat-o32-systemd.spec"
SET_mips2_softfloat_o32_systemd_mu_SPECS="stage1-mips2_softfloat-o32-systemd-mu.spec stage3-mips2_softfloat-o32-systemd-mu.spec"
SET_mips2_o32_musl_SPECS="stage1-mips2-o32-musl.spec stage3-mips2-o32-musl.spec"
@ -67,6 +70,7 @@ SET_mipsel2_o32_systemd_mu_SPECS="stage1-mipsel2-o32-systemd-mu.spec stage3-mips
SET_mipsel2_softfloat_o32_openrc_SPECS="stage1-mipsel2_softfloat-o32-openrc.spec stage3-mipsel2_softfloat-o32-openrc.spec"
SET_mipsel2_softfloat_o32_systemd_SPECS="stage1-mipsel2_softfloat-o32-systemd.spec stage3-mipsel2_softfloat-o32-systemd.spec"
SET_mipsel2_softfloat_o32_systemd_mu_SPECS="stage1-mipsel2_softfloat-o32-systemd-mu.spec stage3-mipsel2_softfloat-o32-systemd-mu.spec"
SET_mipsel2_o32_musl_SPECS="stage1-mipsel2-o32-musl.spec stage3-mipsel2-o32-musl.spec"
@ -194,6 +198,9 @@ post_build() {
stage3-mips2-o32-systemd-mu.spec)
upload stage3-mips2-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
stage3-mips2_softfloat-o32-systemd-mu.spec)
upload stage3-mips2_softfloat-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
stage3-mips3-n32-systemd-mu.spec)
upload stage3-mips3_n32-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
@ -206,6 +213,9 @@ post_build() {
stage3-mipsel2-o32-systemd-mu.spec)
upload stage3-mipsel2-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel2_softfloat-o32-systemd-mu.spec)
upload stage3-mipsel2_softfloat-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel3-o32-systemd-mu.spec)
upload stage3-mipsel3-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
@ -224,10 +234,10 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
case ${spec} in
stage3-mips2-o32-musl.spec)
upload stage3-mips2-musl-${TIMESTAMP}.tar.xz*
upload stage3-mips2_musl-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel2-o32-musl.spec)
upload stage3-mipsel2-musl-${TIMESTAMP}.tar.xz*
upload stage3-mipsel2_musl-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null