Add mips2 BE softfloat build

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2023-06-01 18:33:32 +02:00
parent 2b1317a271
commit 6e2fb08336
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
5 changed files with 63 additions and 34 deletions

View file

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

View file

@ -6,43 +6,12 @@ UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
SETS_BE="
mips2_o32_openrc
mips2_o32_systemd
mips2_o32_systemd_mu
mips3_n32_openrc
mips3_n32_systemd
mips3_n32_systemd_mu
mips3_n64_openrc
mips3_n64_systemd
mips3_n64_systemd_mu
mips3_multilib_openrc
mips3_multilib_systemd
mips3_multilib_systemd_mu
"
SETS_LE="
mipsel2_o32_openrc
mipsel2_o32_systemd
mipsel2_o32_systemd_mu
mipsel3_o32_openrc
mipsel3_o32_systemd
mipsel3_o32_systemd_mu
mipsel3_n32_openrc
mipsel3_n32_systemd
mipsel3_n32_systemd_mu
mipsel3_n64_openrc
mipsel3_n64_systemd
mipsel3_n64_systemd_mu
mipsel3_multilib_openrc
mipsel3_multilib_systemd
mipsel3_multilib_systemd_mu
"
SETS_O32="
mips2_o32_openrc
mips2_o32_systemd
mips2_o32_systemd_mu
mips2_softfloat_o32_openrc
mips2_softfloat_o32_systemd
mipsel2_o32_openrc
mipsel2_o32_systemd
mipsel2_o32_systemd_mu
@ -78,12 +47,14 @@ SETS_MULTI="
mipsel3_multilib_systemd_mu
"
# SETS="${SETS_BE} ${SETS_LE}"
SET_mips2_o32_openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
SET_mips2_o32_systemd_SPECS="stage1-mips2-o32-systemd.spec stage3-mips2-o32-systemd.spec"
SET_mips2_o32_systemd_mu_SPECS="stage1-mips2-o32-systemd-mu.spec stage3-mips2-o32-systemd-mu.spec"
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_mipsel2_o32_openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o32-systemd.spec"
SET_mipsel2_o32_systemd_mu_SPECS="stage1-mipsel2-o32-systemd-mu.spec stage3-mipsel2-o32-systemd-mu.spec"
@ -144,6 +115,12 @@ post_build() {
stage3-mips2-o32-systemd.spec)
upload stage3-mips2-systemd-${TIMESTAMP}.tar.xz*
;;
stage3-mips2_softfloat-o32-openrc.spec)
upload stage3-mips2_softfloat-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips2_softfloat-o32-systemd.spec)
upload stage3-mips2_softfloat-systemd-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel2-o32-openrc.spec)
upload stage3-mipsel2-openrc-${TIMESTAMP}.tar.xz*
;;