public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
Date: Thu,  1 Jun 2023 16:33:52 +0000 (UTC)	[thread overview]
Message-ID: <1685637212.6e2fb08336b9ee1e12d621a56af9f129089d5c90.dilfridge@gentoo> (raw)

commit:     6e2fb08336b9ee1e12d621a56af9f129089d5c90
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 16:33:32 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 16:33:32 2023 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=6e2fb083

Add mips2 BE softfloat build

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

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

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

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

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

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

diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common
index 51c0770e..641d6b99 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -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*
 		;;


             reply	other threads:[~2023-06-01 16:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-01 16:33 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-22 13:47 [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/ Andreas K. Hüttel
2022-11-27 12:42 Andreas K. Hüttel
2022-11-27 12:16 Andreas K. Hüttel
2022-11-23 21:53 Andreas K. Hüttel
2022-11-21 23:49 Andreas K. Hüttel
2022-11-17  1:49 Andreas K. Hüttel
2022-04-03 22:17 Andreas K. Hüttel
2022-03-29  9:40 Andreas K. Hüttel
2022-03-29  9:17 Andreas K. Hüttel
2022-03-14 23:53 Andreas K. Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1685637212.6e2fb08336b9ee1e12d621a56af9f129089d5c90.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox