public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/
@ 2022-02-23 20:57 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2022-02-23 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     19e13aea28768ddb04ace59a4c13cfadad992e52
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 20:57:16 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 20:57:16 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=19e13aea

Add mips64-n64 BE variant

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

 releases/specs-qemu/mips/stage1-mips64-n64-openrc.spec | 14 ++++++++++++++
 releases/specs-qemu/mips/stage3-mips64-n64-openrc.spec | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips.conf                     |  8 ++++++--
 3 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips64-n64-openrc.spec b/releases/specs-qemu/mips/stage1-mips64-n64-openrc.spec
new file mode 100644
index 00000000..a28db31d
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips64-n64-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mips64_n64
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/n64
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips64_n64-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-mips64-n64-openrc.spec b/releases/specs-qemu/mips/stage3-mips64-n64-openrc.spec
new file mode 100644
index 00000000..121888ea
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips64-n64-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mips64_n64
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/n64
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips64_n64-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 6c82e181..d0bb6bcf 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -7,9 +7,10 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
 
-SETS="mips64len64openrc"
+SETS="mips64n64openrc mips64eln64openrc"
 
-SET_mips64len64openrc_SPECS="stage1-mips64le-n64-openrc.spec stage3-mips64le-n64-openrc.spec"
+SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
+SET_mips64eln64openrc_SPECS="stage1-mips64le-n64-openrc.spec stage3-mips64le-n64-openrc.spec"
 
 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
 
@@ -33,6 +34,9 @@ post_build() {
 	pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
 
 	case ${spec} in
+	stage3-mips64-n64-openrc.spec)
+		upload stage3-mips64_n64-openrc-${TIMESTAMP}.xz*
+		;;
 	stage3-mips64le-n64-openrc.spec)
 		upload stage3-mips64le_n64-openrc-${TIMESTAMP}.xz*
 		;;


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/
@ 2022-02-23 21:01 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2022-02-23 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6884a5d884e99c6353f084a7f2831421ca554baf
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 21:01:02 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 21:01:02 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=6884a5d8

Always use "el" for little-endian, not "le"

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

 ...ge1-mips64le-n64-openrc.spec => stage1-mips64el-n64-openrc.spec} | 0
 ...ge3-mips64le-n64-openrc.spec => stage3-mips64el-n64-openrc.spec} | 0
 tools/catalyst-auto-qemu-mips.conf                                  | 6 +++---
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips64le-n64-openrc.spec b/releases/specs-qemu/mips/stage1-mips64el-n64-openrc.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage1-mips64le-n64-openrc.spec
rename to releases/specs-qemu/mips/stage1-mips64el-n64-openrc.spec

diff --git a/releases/specs-qemu/mips/stage3-mips64le-n64-openrc.spec b/releases/specs-qemu/mips/stage3-mips64el-n64-openrc.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage3-mips64le-n64-openrc.spec
rename to releases/specs-qemu/mips/stage3-mips64el-n64-openrc.spec

diff --git a/tools/catalyst-auto-qemu-mips.conf b/tools/catalyst-auto-qemu-mips.conf
index d0bb6bcf..21d832ea 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -10,7 +10,7 @@ EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 SETS="mips64n64openrc mips64eln64openrc"
 
 SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
-SET_mips64eln64openrc_SPECS="stage1-mips64le-n64-openrc.spec stage3-mips64le-n64-openrc.spec"
+SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec stage3-mips64el-n64-openrc.spec"
 
 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
 
@@ -37,8 +37,8 @@ post_build() {
 	stage3-mips64-n64-openrc.spec)
 		upload stage3-mips64_n64-openrc-${TIMESTAMP}.xz*
 		;;
-	stage3-mips64le-n64-openrc.spec)
-		upload stage3-mips64le_n64-openrc-${TIMESTAMP}.xz*
+	stage3-mips64el-n64-openrc.spec)
+		upload stage3-mips64el_n64-openrc-${TIMESTAMP}.xz*
 		;;
 	*)
 		echo "Finished ${spec}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/
@ 2022-03-19 10:35 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2022-03-19 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c5327c3886a17d8e11723a5dab80ae41b54a9931
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 10:35:08 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 10:35:08 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=c5327c38

Add little-endian n64 systemd stage builds

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

 releases/specs-qemu/mips/stage1-mips64el-n64-systemd.spec | 14 ++++++++++++++
 releases/specs-qemu/mips/stage1-mipsel3-n64-systemd.spec  | 14 ++++++++++++++
 releases/specs-qemu/mips/stage3-mips64el-n64-systemd.spec | 12 ++++++++++++
 releases/specs-qemu/mips/stage3-mipsel3-n64-systemd.spec  | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips.conf                        |  4 +++-
 5 files changed, 55 insertions(+), 1 deletion(-)

diff --git a/releases/specs-qemu/mips/stage1-mips64el-n64-systemd.spec b/releases/specs-qemu/mips/stage1-mips64el-n64-systemd.spec
new file mode 100644
index 00000000..6e9cf8bc
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips64el-n64-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mips64el_n64
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips64el_n64-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/stage1-mipsel3-n64-systemd.spec b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd.spec
new file mode 100644
index 00000000..f9ca4bc6
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_n64
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_n64-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-mips64el-n64-systemd.spec b/releases/specs-qemu/mips/stage3-mips64el-n64-systemd.spec
new file mode 100644
index 00000000..3ba3e82d
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips64el-n64-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mips64el_n64
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips64el_n64-systemd-@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-mipsel3-n64-systemd.spec b/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd.spec
new file mode 100644
index 00000000..535683e3
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_n64
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel3_n64-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.conf b/tools/catalyst-auto-qemu-mips.conf
index 392b163e..36abd7c2 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -6,7 +6,7 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
-SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips3n64openrc mipsel3n64openrc mips64n64openrc mips64eln64openrc"
+SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64n64openrc mips64eln64openrc mips64eln64systemd"
 
 SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
 SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
@@ -16,9 +16,11 @@ SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec stage3-mips32el-o32
 
 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"
 
 SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
 SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec stage3-mips64el-n64-openrc.spec"
+SET_mips64eln64systemd_SPECS="stage1-mips64el-n64-systemd.spec stage3-mips64el-n64-systemd.spec"
 
 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/
@ 2022-04-03 22:34 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2022-04-03 22:34 UTC (permalink / raw
  To: gentoo-commits

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*
 		;;


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/
@ 2022-04-24 12:58 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2022-04-24 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b33981da3b1b5fcbf7fdb6ea8eb5d92fa31673c1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 12:57:38 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 12:57:38 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=b33981da

Add missing 64bit big-endian mips multilib builds

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

 releases/specs-qemu/mips/stage1-mips3-multilib-openrc.spec | 14 ++++++++++++++
 .../specs-qemu/mips/stage1-mips64-multilib-openrc.spec     | 14 ++++++++++++++
 releases/specs-qemu/mips/stage3-mips3-multilib-openrc.spec | 12 ++++++++++++
 .../specs-qemu/mips/stage3-mips64-multilib-openrc.spec     | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips.conf                         | 10 +++++++++-
 5 files changed, 61 insertions(+), 1 deletion(-)

diff --git a/releases/specs-qemu/mips/stage1-mips3-multilib-openrc.spec b/releases/specs-qemu/mips/stage1-mips3-multilib-openrc.spec
new file mode 100644
index 00000000..c5209c6e
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips3-multilib-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mips3_multilib
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips3_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/stage1-mips64-multilib-openrc.spec b/releases/specs-qemu/mips/stage1-mips64-multilib-openrc.spec
new file mode 100644
index 00000000..45583d9a
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips64-multilib-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mips64_multilib
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips64_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-mips3-multilib-openrc.spec b/releases/specs-qemu/mips/stage3-mips3-multilib-openrc.spec
new file mode 100644
index 00000000..ef855b8c
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips3-multilib-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mips3_multilib
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips3_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/releases/specs-qemu/mips/stage3-mips64-multilib-openrc.spec b/releases/specs-qemu/mips/stage3-mips64-multilib-openrc.spec
new file mode 100644
index 00000000..94172905
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips64-multilib-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mips64_multilib
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips64_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 77bea5d6..c86c3f08 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -6,7 +6,7 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
-SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips3n32openrc mipsel3n32openrc mipsel3multilibopenrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64n32openrc mips64eln32openrc mips64elmultilibopenrc mips64n64openrc mips64eln64openrc mips64eln64systemd"
+SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips3n32openrc mipsel3n32openrc mips3multilibopenrc mipsel3multilibopenrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64n32openrc mips64eln32openrc mips64multilibopenrc mips64elmultilibopenrc mips64n64openrc mips64eln64openrc mips64eln64systemd"
 
 SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
 SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
@@ -17,6 +17,7 @@ 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_mips3multilibopenrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-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"
@@ -26,6 +27,7 @@ SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-
 SET_mips64n32openrc_SPECS="stage1-mips64-n32-openrc.spec stage3-mips64-n32-openrc.spec"
 SET_mips64eln32openrc_SPECS="stage1-mips64el-n32-openrc.spec stage3-mips64el-n32-openrc.spec"
 
+SET_mips64multilibopenrc_SPECS="stage1-mips64-multilib-openrc.spec stage3-mips64-multilib-openrc.spec"
 SET_mips64elmultilibopenrc_SPECS="stage1-mips64el-multilib-openrc.spec stage3-mips64el-multilib-openrc.spec"
 
 SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
@@ -69,6 +71,9 @@ post_build() {
 	stage3-mips3-n32-openrc.spec)
 		upload stage3-mips3_n32-openrc-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mips3-multilib-openrc.spec)
+		upload stage3-mips3_multilib-openrc-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mipsel3-n32-openrc.spec)
 		upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*
 		;;
@@ -87,6 +92,9 @@ post_build() {
 	stage3-mips64-n32-openrc.spec)
 		upload stage3-mips64_n32-openrc-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mips64-multilib-openrc.spec)
+		upload stage3-mips64_multilib-openrc-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mips64el-n32-openrc.spec)
 		upload stage3-mips64el_n32-openrc-${TIMESTAMP}.tar.xz*
 		;;


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/
@ 2022-11-23 22:00 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2022-11-23 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a80d8de45701a084bf999e20320d27a930692805
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 22:00:00 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 22:00:00 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=a80d8de4

Add mipsel3-o32-systemd build

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

 releases/specs-qemu/mips/stage1-mipsel3-o32-systemd.spec | 14 ++++++++++++++
 releases/specs-qemu/mips/stage3-mipsel3-o32-systemd.spec | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips-common                     |  9 +++++++--
 3 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-o32-systemd.spec b/releases/specs-qemu/mips/stage1-mipsel3-o32-systemd.spec
new file mode 100644
index 00000000..a8b0018c
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-o32-systemd.spec
@@ -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

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-o32-systemd.spec b/releases/specs-qemu/mips/stage3-mipsel3-o32-systemd.spec
new file mode 100644
index 00000000..4f6a6a97
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-o32-systemd.spec
@@ -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

diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common
index 27a327ae..135db1f9 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -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*
 		;;


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/
@ 2022-11-23 22:31 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2022-11-23 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     7d99421e0892994c73829d11e4c511af8fbc2359
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 22:31:27 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 22:31:27 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=7d99421e

Add mips n32 systemd builds

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

 .../specs-qemu/mips/stage1-mips3-n32-systemd.spec  | 14 +++++
 .../mips/stage1-mipsel3-n32-systemd.spec           | 14 +++++
 .../specs-qemu/mips/stage3-mips3-n32-systemd.spec  | 12 +++++
 .../mips/stage3-mipsel3-n32-systemd.spec           | 12 +++++
 tools/catalyst-auto-qemu-mips-common               | 60 ++++++++++------------
 5 files changed, 80 insertions(+), 32 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips3-n32-systemd.spec b/releases/specs-qemu/mips/stage1-mips3-n32-systemd.spec
new file mode 100644
index 00000000..3b07b4a5
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips3-n32-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mips3_n32
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32
+rel_type: default
+profile: default/linux/mips/17.0/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips3_n32-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/stage1-mipsel3-n32-systemd.spec b/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd.spec
new file mode 100644
index 00000000..283660b4
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_n32
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_n32-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-mips3-n32-systemd.spec b/releases/specs-qemu/mips/stage3-mips3-n32-systemd.spec
new file mode 100644
index 00000000..f20b69aa
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips3-n32-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mips3_n32
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32
+rel_type: default
+profile: default/linux/mips/17.0/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips3_n32-systemd-@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-mipsel3-n32-systemd.spec b/releases/specs-qemu/mips/stage3-mipsel3-n32-systemd.spec
new file mode 100644
index 00000000..196fb06b
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-n32-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_n32
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel3_n32-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 141adf01..7312d6d1 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -6,9 +6,23 @@ 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 mips3n32openrc mips3multilibopenrc mips3n64openrc"
-
-SETS_LE="mipsel2_o32_openrc mipsel2_o32_systemd mipsel3_o32_openrc mipsel3_o32_systemd mipsel3n32openrc mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu"
+SETS_BE="
+	mips2_o32_openrc
+	mips2_o32_systemd
+	mips3_n32_openrc
+	mips3_n32_systemd
+	mips3multilibopenrc mips3n64openrc
+"
+
+SETS_LE="
+	mipsel2_o32_openrc
+	mipsel2_o32_systemd
+	mipsel3_o32_openrc
+	mipsel3_o32_systemd
+	mipsel3_n32_openrc
+	mipsel3_n32_systemd
+	mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu
+"
 
 # SETS="${SETS_BE} ${SETS_LE}"
 
@@ -21,8 +35,11 @@ SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o3
 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"
+SET_mips3_n32_openrc_SPECS="stage1-mips3-n32-openrc.spec stage3-mips3-n32-openrc.spec"
+SET_mips3_n32_systemd_SPECS="stage1-mips3-n32-systemd.spec stage3-mips3-n32-systemd.spec"
+
+SET_mipsel3_n32_openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
+SET_mipsel3_n32_systemd_SPECS="stage1-mipsel3-n32-systemd.spec stage3-mipsel3-n32-systemd.spec"
 
 SET_mips3multilibopenrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec"
 SET_mipsel3multilibopenrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mipsel3-multilib-openrc.spec"
@@ -68,12 +85,6 @@ post_build() {
 	stage3-mipsel2-o32-systemd.spec)
 		upload stage3-mipsel2-systemd-${TIMESTAMP}.tar.xz*
 		;;
-	stage3-mips32-o32-openrc.spec)
-		upload stage3-mips32-openrc-${TIMESTAMP}.tar.xz*
-		;;
-	stage3-mips32el-o32-openrc.spec)
-		upload stage3-mips32el-openrc-${TIMESTAMP}.tar.xz*
-		;;
 	stage3-mipsel3-o32-openrc.spec)
 		upload stage3-mipsel3-openrc-${TIMESTAMP}.tar.xz*
 		;;
@@ -83,12 +94,18 @@ post_build() {
 	stage3-mips3-n32-openrc.spec)
 		upload stage3-mips3_n32-openrc-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mips3-n32-systemd.spec)
+		upload stage3-mips3_n32-systemd-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mips3-multilib-openrc.spec)
 		upload stage3-mips3_multilib-openrc-${TIMESTAMP}.tar.xz*
 		;;
 	stage3-mipsel3-n32-openrc.spec)
 		upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mipsel3-n32-systemd.spec)
+		upload stage3-mipsel3_n32-systemd-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mipsel3-multilib-openrc.spec)
 		upload stage3-mipsel3_multilib-openrc-${TIMESTAMP}.tar.xz*
 		;;
@@ -101,27 +118,6 @@ post_build() {
 	stage3-mipsel3-n64-systemd.spec)
 		upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz*
 		;;
-	stage3-mips64-n32-openrc.spec)
-		upload stage3-mips64_n32-openrc-${TIMESTAMP}.tar.xz*
-		;;
-	stage3-mips64-multilib-openrc.spec)
-		upload stage3-mips64_multilib-openrc-${TIMESTAMP}.tar.xz*
-		;;
-	stage3-mips64el-n32-openrc.spec)
-		upload stage3-mips64el_n32-openrc-${TIMESTAMP}.tar.xz*
-		;;
-	stage3-mips64el-multilib-openrc.spec)
-		upload stage3-mips64el_multilib-openrc-${TIMESTAMP}.tar.xz*
-		;;
-	stage3-mips64-n64-openrc.spec)
-		upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*
-		;;
-	stage3-mips64el-n64-openrc.spec)
-		upload stage3-mips64el_n64-openrc-${TIMESTAMP}.tar.xz*
-		;;
-	stage3-mips64el-n64-systemd.spec)
-		upload stage3-mips64el_n64-systemd-${TIMESTAMP}.tar.xz*
-		;;
 	esac
 	popd >/dev/null
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/
@ 2022-11-25 21:55 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2022-11-25 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2a73a4559961dec3450dffc353c1abc8a16e57e9
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 21:54:51 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 21:54:51 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=2a73a455

Add remaining mips systemd builds

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

 .../mips/stage1-mips3-multilib-systemd.spec        | 14 +++++++
 .../specs-qemu/mips/stage1-mips3-n64-systemd.spec  | 14 +++++++
 .../mips/stage1-mipsel3-multilib-systemd.spec      | 14 +++++++
 .../mips/stage3-mips3-multilib-systemd.spec        | 12 ++++++
 .../specs-qemu/mips/stage3-mips3-n64-systemd.spec  | 12 ++++++
 .../mips/stage3-mipsel3-multilib-systemd.spec      | 12 ++++++
 tools/catalyst-auto-qemu-mips-common               | 47 +++++++++++++++-------
 7 files changed, 111 insertions(+), 14 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips3-multilib-systemd.spec b/releases/specs-qemu/mips/stage1-mips3-multilib-systemd.spec
new file mode 100644
index 00000000..9a270155
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips3-multilib-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mips3_multilib
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/multilib/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips3_multilib-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/stage1-mips3-n64-systemd.spec b/releases/specs-qemu/mips/stage1-mips3-n64-systemd.spec
new file mode 100644
index 00000000..b0efd7a8
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips3-n64-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mips3_n64
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips3_n64-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/stage1-mipsel3-multilib-systemd.spec b/releases/specs-qemu/mips/stage1-mipsel3-multilib-systemd.spec
new file mode 100644
index 00000000..a228ecfa
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-multilib-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_multilib
+target: stage1
+version_stamp: systemd-@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/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_multilib-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-mips3-multilib-systemd.spec b/releases/specs-qemu/mips/stage3-mips3-multilib-systemd.spec
new file mode 100644
index 00000000..0dd4fbeb
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips3-multilib-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mips3_multilib
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/multilib/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips3_multilib-systemd-@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-mips3-n64-systemd.spec b/releases/specs-qemu/mips/stage3-mips3-n64-systemd.spec
new file mode 100644
index 00000000..4fdb16fd
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips3-n64-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mips3_n64
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips3_n64-systemd-@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-mipsel3-multilib-systemd.spec b/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd.spec
new file mode 100644
index 00000000..583627ac
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_multilib
+target: stage3
+version_stamp: systemd-@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/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel3_multilib-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 7312d6d1..6b255d6d 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -11,7 +11,10 @@ SETS_BE="
 	mips2_o32_systemd
 	mips3_n32_openrc
 	mips3_n32_systemd
-	mips3multilibopenrc mips3n64openrc
+	mips3_n64_openrc
+	mips3_n64_systemd
+	mips3_multilib_openrc
+	mips3_multilib_systemd
 "
 
 SETS_LE="
@@ -21,7 +24,11 @@ SETS_LE="
 	mipsel3_o32_systemd
 	mipsel3_n32_openrc
 	mipsel3_n32_systemd
-	mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu
+	mipsel3_n64_openrc
+	mipsel3_n64_systemd
+	mipsel3_n64_systemd_mu
+	mipsel3_multilib_openrc
+	mipsel3_multilib_systemd
 "
 
 # SETS="${SETS_BE} ${SETS_LE}"
@@ -41,15 +48,18 @@ SET_mips3_n32_systemd_SPECS="stage1-mips3-n32-systemd.spec stage3-mips3-n32-syst
 SET_mipsel3_n32_openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
 SET_mipsel3_n32_systemd_SPECS="stage1-mipsel3-n32-systemd.spec stage3-mipsel3-n32-systemd.spec"
 
-SET_mips3multilibopenrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec"
-SET_mipsel3multilibopenrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mipsel3-multilib-openrc.spec"
+SET_mips3_multilib_openrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec"
+SET_mips3_multilib_systemd_SPECS="stage1-mips3-multilib-systemd.spec stage3-mips3-multilib-systemd.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_mipsel3_multilib_openrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mipsel3-multilib-openrc.spec"
+SET_mipsel3_multilib_systemd_SPECS="stage1-mipsel3-multilib-systemd.spec stage3-mipsel3-multilib-systemd.spec"
 
-SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec"
+SET_mips3_n64_openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
+SET_mips3_n64_systemd_SPECS="stage1-mips3-n64-systemd.spec stage3-mips3-n64-systemd.spec"
 
-SET_mipsel3n64systemd_mu_SPECS="stage1-mipsel3-n64-systemd-mu.spec stage3-mipsel3-n64-systemd-mu.spec"
+SET_mipsel3_n64_openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
+SET_mipsel3_n64_systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec"
+SET_mipsel3_n64_systemd_mu_SPECS="stage1-mipsel3-n64-systemd-mu.spec stage3-mipsel3-n64-systemd-mu.spec"
 
 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
 
@@ -97,27 +107,36 @@ post_build() {
 	stage3-mips3-n32-systemd.spec)
 		upload stage3-mips3_n32-systemd-${TIMESTAMP}.tar.xz*
 		;;
-	stage3-mips3-multilib-openrc.spec)
-		upload stage3-mips3_multilib-openrc-${TIMESTAMP}.tar.xz*
-		;;
 	stage3-mipsel3-n32-openrc.spec)
 		upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*
 		;;
 	stage3-mipsel3-n32-systemd.spec)
 		upload stage3-mipsel3_n32-systemd-${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*
 		;;
+	stage3-mips3-n64-systemd.spec)
+		upload stage3-mips3_n64-systemd-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mipsel3-n64-openrc.spec)
 		upload stage3-mipsel3_n64-openrc-${TIMESTAMP}.tar.xz*
 		;;
 	stage3-mipsel3-n64-systemd.spec)
 		upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mips3-multilib-openrc.spec)
+		upload stage3-mips3_multilib-openrc-${TIMESTAMP}.tar.xz*
+		;;
+	stage3-mips3-multilib-systemd.spec)
+		upload stage3-mips3_multilib-systemd-${TIMESTAMP}.tar.xz*
+		;;
+	stage3-mipsel3-multilib-openrc.spec)
+		upload stage3-mipsel3_multilib-openrc-${TIMESTAMP}.tar.xz*
+		;;
+	stage3-mipsel3-multilib-systemd.spec)
+		upload stage3-mipsel3_multilib-systemd-${TIMESTAMP}.tar.xz*
+		;;
 	esac
 	popd >/dev/null
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/
@ 2023-06-22 21:17 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2023-06-22 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     63e60ea9d386d9395e298c1280e6c2278583444d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 21:16:44 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 21:16:44 2023 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=63e60ea9

Add mipsel2_softfloat builds

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

 .../mips/stage1-mipsel2_softfloat-o32-openrc.spec          | 14 ++++++++++++++
 .../mips/stage1-mipsel2_softfloat-o32-systemd.spec         | 14 ++++++++++++++
 .../mips/stage3-mipsel2_softfloat-o32-openrc.spec          | 12 ++++++++++++
 .../mips/stage3-mipsel2_softfloat-o32-systemd.spec         | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips-common                       | 11 +++++++++++
 5 files changed, 63 insertions(+)

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*
 		;;


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-06-22 21:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-23 20:57 [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2022-02-23 21:01 Andreas K. Hüttel
2022-03-19 10:35 Andreas K. Hüttel
2022-04-03 22:34 Andreas K. Hüttel
2022-04-24 12:58 Andreas K. Hüttel
2022-11-23 22:00 Andreas K. Hüttel
2022-11-23 22:31 Andreas K. Hüttel
2022-11-25 21:55 Andreas K. Hüttel
2023-06-22 21:17 Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox