Add mipsel3-o32-systemd build

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-11-23 23:00:00 +01:00
parent ed6083970d
commit a80d8de457
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
3 changed files with 33 additions and 2 deletions

View file

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

View file

@ -7,7 +7,8 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
SETS_BE="mips2_o32_openrc mips2_o32_systemd mips3n32openrc mips3multilibopenrc mips3n64openrc mips64n32openrc mips64multilibopenrc mips64n64openrc"
SETS_LE="mipsel2_o32_openrc mipsel2_o32_systemd mipsel3o32openrc mipsel3n32openrc mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu mips64eln32openrc mips64elmultilibopenrc mips64eln64openrc mips64eln64systemd mips64eln64systemd_mu"
SETS_LE="mipsel2_o32_openrc mipsel2_o32_systemd mipsel3_o32_openrc mipsel3_o32_systemd mipsel3n32openrc mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu mips64eln32openrc mips64elmultilibopenrc mips64eln64openrc mips64eln64systemd mips64eln64systemd_mu"
# SETS="${SETS_BE} ${SETS_LE}"
@ -20,7 +21,8 @@ SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o3
# SET_mips32o32openrc_SPECS="stage1-mips32-o32-openrc.spec stage3-mips32-o32-openrc.spec"
# SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec stage3-mips32el-o32-openrc.spec"
SET_mipsel3o32openrc_SPECS="stage1-mipsel3-o32-openrc.spec stage3-mipsel3-o32-openrc.spec"
SET_mipsel3_o32_openrc_SPECS="stage1-mipsel3-o32-openrc.spec stage3-mipsel3-o32-openrc.spec"
SET_mipsel3_o32_systemd_SPECS="stage1-mipsel3-o32-systemd.spec stage3-mipsel3-o32-systemd.spec"
SET_mips3n32openrc_SPECS="stage1-mips3-n32-openrc.spec stage3-mips3-n32-openrc.spec"
SET_mipsel3n32openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
@ -91,6 +93,9 @@ post_build() {
stage3-mipsel3-o32-openrc.spec)
upload stage3-mipsel3-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel3-o32-systemd.spec)
upload stage3-mipsel3-systemd-${TIMESTAMP}.tar.xz*
;;
stage3-mips3-n32-openrc.spec)
upload stage3-mips3_n32-openrc-${TIMESTAMP}.tar.xz*
;;