diff --git a/releases/specs-qemu/mips/stage1-mipsel2_softfloat-o32-openrc.spec b/releases/specs-qemu/mips/stage1-mipsel2_softfloat-o32-openrc.spec new file mode 100644 index 00000000..24a615c5 --- /dev/null +++ b/releases/specs-qemu/mips/stage1-mipsel2_softfloat-o32-openrc.spec @@ -0,0 +1,14 @@ +subarch: mipsel2_softfloat +target: stage1 +version_stamp: openrc-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mipsel +rel_type: default +profile: default/linux/mips/17.0/mipsel/o32 +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-mipsel2_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 diff --git a/releases/specs-qemu/mips/stage1-mipsel2_softfloat-o32-systemd.spec b/releases/specs-qemu/mips/stage1-mipsel2_softfloat-o32-systemd.spec new file mode 100644 index 00000000..8bdbafd5 --- /dev/null +++ b/releases/specs-qemu/mips/stage1-mipsel2_softfloat-o32-systemd.spec @@ -0,0 +1,14 @@ +subarch: mipsel2_softfloat +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-mipsel2_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 diff --git a/releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-openrc.spec b/releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-openrc.spec new file mode 100644 index 00000000..08cb44a7 --- /dev/null +++ b/releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-openrc.spec @@ -0,0 +1,12 @@ +subarch: mipsel2_softfloat +target: stage3 +version_stamp: openrc-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mipsel +rel_type: default +profile: default/linux/mips/17.0/mipsel/o32 +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-mipsel2_softfloat-openrc-@TIMESTAMP@ +compression_mode: pixz +decompressor_search_order: xz bzip2 +portage_confdir: @REPO_DIR@/releases/portage/stages-qemu +portage_prefix: releng diff --git a/releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-systemd.spec b/releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-systemd.spec new file mode 100644 index 00000000..01312fc4 --- /dev/null +++ b/releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-systemd.spec @@ -0,0 +1,12 @@ +subarch: mipsel2_softfloat +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-mipsel2_softfloat-systemd-@TIMESTAMP@ +compression_mode: pixz +decompressor_search_order: xz bzip2 +portage_confdir: @REPO_DIR@/releases/portage/stages-qemu +portage_prefix: releng diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index 641d6b99..9acc6929 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -15,6 +15,8 @@ SETS_O32=" mipsel2_o32_openrc mipsel2_o32_systemd mipsel2_o32_systemd_mu + mipsel2_softfloat_o32_openrc + mipsel2_softfloat_o32_systemd mipsel3_o32_openrc mipsel3_o32_systemd mipsel3_o32_systemd_mu @@ -59,6 +61,9 @@ SET_mipsel2_o32_openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32- 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" +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_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_mipsel3_o32_systemd_mu_SPECS="stage1-mipsel3-o32-systemd-mu.spec stage3-mipsel3-o32-systemd-mu.spec" @@ -127,6 +132,12 @@ post_build() { stage3-mipsel2-o32-systemd.spec) upload stage3-mipsel2-systemd-${TIMESTAMP}.tar.xz* ;; + stage3-mipsel2_softfloat-o32-openrc.spec) + upload stage3-mipsel2_softfloat-openrc-${TIMESTAMP}.tar.xz* + ;; + stage3-mipsel2_softfloat-o32-systemd.spec) + upload stage3-mipsel2_softfloat-systemd-${TIMESTAMP}.tar.xz* + ;; stage3-mipsel3-o32-openrc.spec) upload stage3-mipsel3-openrc-${TIMESTAMP}.tar.xz* ;;