commit:     e4f265eb8e07840a2558594d9daf4adddd8001cf
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 22:34:03 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 22:34:03 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=e4f265eb

Add mipsel3 multilib (n32-based) stages

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec    | 14 ++++++++++++++
 .../specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec    | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips.conf                         |  5 +++++
 3 files changed, 31 insertions(+)

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec 
b/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec
new file mode 100644
index 00000000..faf07954
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_multilib
+target: stage1
+version_stamp: openrc-@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
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_multilib-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/stage3-mipsel3-multilib-openrc.spec 
b/releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec
new file mode 100644
index 00000000..b69b4de5
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_multilib
+target: stage3
+version_stamp: openrc-@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
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel3_multilib-openrc-@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.conf 
b/tools/catalyst-auto-qemu-mips.conf
index d55bdb57..cb9ba0a6 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -17,6 +17,8 @@ SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec 
stage3-mips32el-o32
 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"
 
+SET_mipsel3multilibopenrc_SPECS="stage1-mipsel3-multilib-openrc.spec 
stage3-mipsel3-multilib-openrc.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_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec 
stage3-mipsel3-n64-systemd.spec"
@@ -70,6 +72,9 @@ post_build() {
        stage3-mipsel3-n32-openrc.spec)
                upload stage3-mipsel3_n32-openrc-${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*
                ;;

Reply via email to