* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/riscv/, tools/
@ 2021-06-17 22:49 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-06-17 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 53d7a6a3abfbf94dbdb117d1e1e81f6959052d4d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 17 22:49:08 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 17 22:49:08 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=53d7a6a3
riscv: Add 20.0 lp64 (softfloat) builds
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs-qemu/riscv/stage1-lp64-20.0-openrc.spec | 15 +++++++++++++++
releases/specs-qemu/riscv/stage1-lp64-20.0-systemd.spec | 15 +++++++++++++++
releases/specs-qemu/riscv/stage3-lp64-20.0-openrc.spec | 13 +++++++++++++
releases/specs-qemu/riscv/stage3-lp64-20.0-systemd.spec | 13 +++++++++++++
tools/catalyst-auto-qemu-riscv.conf | 6 +++++-
5 files changed, 61 insertions(+), 1 deletion(-)
diff --git a/releases/specs-qemu/riscv/stage1-lp64-20.0-openrc.spec b/releases/specs-qemu/riscv/stage1-lp64-20.0-openrc.spec
new file mode 100644
index 00000000..1b894918
--- /dev/null
+++ b/releases/specs-qemu/riscv/stage1-lp64-20.0-openrc.spec
@@ -0,0 +1,15 @@
+subarch: rv64_lp64
+target: stage1
+version_stamp: 20.0-openrc-@TIMESTAMP@
+cflags: -O2 -pipe
+interpreter: /usr/bin/qemu-riscv64
+rel_type: 20.0
+profile: default/linux/riscv/20.0/rv64gc/lp64
+snapshot: @TIMESTAMP@
+source_subpath: 20.0/stage3-rv64_lp64-20.0-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/riscv/stage1-lp64-20.0-systemd.spec b/releases/specs-qemu/riscv/stage1-lp64-20.0-systemd.spec
new file mode 100644
index 00000000..c0229f34
--- /dev/null
+++ b/releases/specs-qemu/riscv/stage1-lp64-20.0-systemd.spec
@@ -0,0 +1,15 @@
+subarch: rv64_lp64
+target: stage1
+version_stamp: 20.0-systemd-@TIMESTAMP@
+cflags: -O2 -pipe
+interpreter: /usr/bin/qemu-riscv64
+rel_type: 20.0
+profile: default/linux/riscv/20.0/rv64gc/lp64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: 20.0/stage3-rv64_lp64-20.0-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/riscv/stage3-lp64-20.0-openrc.spec b/releases/specs-qemu/riscv/stage3-lp64-20.0-openrc.spec
new file mode 100644
index 00000000..867c071a
--- /dev/null
+++ b/releases/specs-qemu/riscv/stage3-lp64-20.0-openrc.spec
@@ -0,0 +1,13 @@
+subarch: rv64_lp64
+target: stage3
+version_stamp: 20.0-openrc-@TIMESTAMP@
+cflags: -O2 -pipe
+interpreter: /usr/bin/qemu-riscv64
+rel_type: 20.0
+profile: default/linux/riscv/20.0/rv64gc/lp64
+snapshot: @TIMESTAMP@
+source_subpath: 20.0/stage1-rv64_lp64-20.0-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/riscv/stage3-lp64-20.0-systemd.spec b/releases/specs-qemu/riscv/stage3-lp64-20.0-systemd.spec
new file mode 100644
index 00000000..a7fdb7a9
--- /dev/null
+++ b/releases/specs-qemu/riscv/stage3-lp64-20.0-systemd.spec
@@ -0,0 +1,13 @@
+subarch: rv64_lp64
+target: stage3
+version_stamp: 20.0-systemd-@TIMESTAMP@
+cflags: -O2 -pipe
+interpreter: /usr/bin/qemu-riscv64
+rel_type: 20.0
+profile: default/linux/riscv/20.0/rv64gc/lp64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: 20.0/stage1-rv64_lp64-20.0-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-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf
index e55cd0e5..35279968 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -13,6 +13,8 @@ EMAIL_SUBJECT_PREPEND="[riscv-qemu-auto]"
SETS="
lp64d_200_openrc
lp64d_200_systemd
+ lp64_200_openrc
+ lp64_200_systemd
lp64d
lp64
lp64d_systemd
@@ -27,6 +29,8 @@ SET_multilib_SPECS="stage1-multilib.spec stage3-multilib.spec"
SET_lp64d_200_openrc_SPECS="stage1-lp64d-20.0-openrc.spec stage3-lp64d-20.0-openrc.spec"
SET_lp64d_200_systemd_SPECS="stage1-lp64d-20.0-systemd.spec stage3-lp64d-20.0-systemd.spec"
+SET_lp64_200_openrc_SPECS="stage1-lp64-20.0-openrc.spec stage3-lp64-20.0-openrc.spec"
+SET_lp64_200_systemd_SPECS="stage1-lp64-20.0-systemd.spec stage3-lp64-20.0-systemd.spec"
SET_lp64d_SPECS="stage1-lp64d.spec stage3-lp64d.spec"
SET_lp64_SPECS="stage1-lp64.spec stage3-lp64.spec"
@@ -38,7 +42,7 @@ SET_ilp32_SPECS="stage1-ilp32.spec stage3-ilp32.spec"
update_symlinks() {
# Symlink the latest stages3 to build from
local d f
- for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
+ for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/20.0" ; do
pushd "${d}" >/dev/null
for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do
local of=$(echo "${f}" | convert_filename)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/riscv/, tools/
@ 2021-06-25 19:17 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-06-25 19:17 UTC (permalink / raw
To: gentoo-commits
commit: b4823a0904e496ec8e94490b2677638fe7dc70a6
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 19:16:59 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 19:16:59 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=b4823a09
riscv: add multilib/systemd stages
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../specs-qemu/riscv/stage1-multilib-20.0-systemd.spec | 15 +++++++++++++++
.../specs-qemu/riscv/stage3-multilib-20.0-systemd.spec | 13 +++++++++++++
tools/catalyst-auto-qemu-riscv.conf | 2 ++
3 files changed, 30 insertions(+)
diff --git a/releases/specs-qemu/riscv/stage1-multilib-20.0-systemd.spec b/releases/specs-qemu/riscv/stage1-multilib-20.0-systemd.spec
new file mode 100644
index 00000000..ff07b073
--- /dev/null
+++ b/releases/specs-qemu/riscv/stage1-multilib-20.0-systemd.spec
@@ -0,0 +1,15 @@
+subarch: rv64_multilib
+target: stage1
+version_stamp: 20.0-systemd-@TIMESTAMP@
+cflags: -O2 -pipe
+interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32
+rel_type: 20.0
+profile: default/linux/riscv/20.0/rv64gc/multilib/systemd
+snapshot: @TIMESTAMP@
+source_subpath: 20.0/stage3-rv64_multilib-20.0-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/riscv/stage3-multilib-20.0-systemd.spec b/releases/specs-qemu/riscv/stage3-multilib-20.0-systemd.spec
new file mode 100644
index 00000000..124efd93
--- /dev/null
+++ b/releases/specs-qemu/riscv/stage3-multilib-20.0-systemd.spec
@@ -0,0 +1,13 @@
+subarch: rv64_multilib
+target: stage3
+version_stamp: 20.0-systemd-@TIMESTAMP@
+cflags: -O2 -pipe
+interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32
+rel_type: 20.0
+profile: default/linux/riscv/20.0/rv64gc/multilib/systemd
+snapshot: @TIMESTAMP@
+source_subpath: 20.0/stage1-rv64_multilib-20.0-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-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf
index 78b7197d..4954bdae 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -16,6 +16,7 @@ SETS="
lp64_200_openrc
lp64_200_systemd
multilib_200_openrc
+ multilib_200_systemd
"
# riscv32 does not work yet
@@ -26,6 +27,7 @@ SET_lp64d_200_systemd_SPECS="stage1-lp64d-20.0-systemd.spec stage3-lp64d-20.0-sy
SET_lp64_200_openrc_SPECS="stage1-lp64-20.0-openrc.spec stage3-lp64-20.0-openrc.spec"
SET_lp64_200_systemd_SPECS="stage1-lp64-20.0-systemd.spec stage3-lp64-20.0-systemd.spec"
SET_multilib_200_openrc_SPECS="stage1-multilib-20.0-openrc.spec stage3-multilib-20.0-openrc.spec"
+SET_multilib_200_systemd_SPECS="stage1-multilib-20.0-systemd.spec stage3-multilib-20.0-systemd.spec"
SET_ilp32_SPECS="stage1-ilp32.spec stage3-ilp32.spec"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/riscv/, tools/
@ 2021-08-21 21:53 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-08-21 21:53 UTC (permalink / raw
To: gentoo-commits
commit: adfc9e915ee5b91d894a9f435ecfbece1f158b9e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 21:45:34 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 21:45:34 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=adfc9e91
Rename riscv stage names to drop profile version
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...64-20.0-openrc.spec => stage1-lp64-openrc.spec} | 0
...-20.0-systemd.spec => stage1-lp64-systemd.spec} | 0
...d-20.0-openrc.spec => stage1-lp64d-openrc.spec} | 0
...20.0-systemd.spec => stage1-lp64d-systemd.spec} | 0
...0.0-openrc.spec => stage1-multilib-openrc.spec} | 0
...0-systemd.spec => stage1-multilib-systemd.spec} | 0
...64-20.0-openrc.spec => stage3-lp64-openrc.spec} | 0
...-20.0-systemd.spec => stage3-lp64-systemd.spec} | 0
...d-20.0-openrc.spec => stage3-lp64d-openrc.spec} | 0
...20.0-systemd.spec => stage3-lp64d-systemd.spec} | 0
...0.0-openrc.spec => stage3-multilib-openrc.spec} | 0
...0-systemd.spec => stage3-multilib-systemd.spec} | 0
tools/catalyst-auto-qemu-riscv.conf | 24 +++++++++++-----------
13 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/releases/specs-qemu/riscv/stage1-lp64-20.0-openrc.spec b/releases/specs-qemu/riscv/stage1-lp64-openrc.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage1-lp64-20.0-openrc.spec
rename to releases/specs-qemu/riscv/stage1-lp64-openrc.spec
diff --git a/releases/specs-qemu/riscv/stage1-lp64-20.0-systemd.spec b/releases/specs-qemu/riscv/stage1-lp64-systemd.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage1-lp64-20.0-systemd.spec
rename to releases/specs-qemu/riscv/stage1-lp64-systemd.spec
diff --git a/releases/specs-qemu/riscv/stage1-lp64d-20.0-openrc.spec b/releases/specs-qemu/riscv/stage1-lp64d-openrc.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage1-lp64d-20.0-openrc.spec
rename to releases/specs-qemu/riscv/stage1-lp64d-openrc.spec
diff --git a/releases/specs-qemu/riscv/stage1-lp64d-20.0-systemd.spec b/releases/specs-qemu/riscv/stage1-lp64d-systemd.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage1-lp64d-20.0-systemd.spec
rename to releases/specs-qemu/riscv/stage1-lp64d-systemd.spec
diff --git a/releases/specs-qemu/riscv/stage1-multilib-20.0-openrc.spec b/releases/specs-qemu/riscv/stage1-multilib-openrc.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage1-multilib-20.0-openrc.spec
rename to releases/specs-qemu/riscv/stage1-multilib-openrc.spec
diff --git a/releases/specs-qemu/riscv/stage1-multilib-20.0-systemd.spec b/releases/specs-qemu/riscv/stage1-multilib-systemd.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage1-multilib-20.0-systemd.spec
rename to releases/specs-qemu/riscv/stage1-multilib-systemd.spec
diff --git a/releases/specs-qemu/riscv/stage3-lp64-20.0-openrc.spec b/releases/specs-qemu/riscv/stage3-lp64-openrc.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage3-lp64-20.0-openrc.spec
rename to releases/specs-qemu/riscv/stage3-lp64-openrc.spec
diff --git a/releases/specs-qemu/riscv/stage3-lp64-20.0-systemd.spec b/releases/specs-qemu/riscv/stage3-lp64-systemd.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage3-lp64-20.0-systemd.spec
rename to releases/specs-qemu/riscv/stage3-lp64-systemd.spec
diff --git a/releases/specs-qemu/riscv/stage3-lp64d-20.0-openrc.spec b/releases/specs-qemu/riscv/stage3-lp64d-openrc.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage3-lp64d-20.0-openrc.spec
rename to releases/specs-qemu/riscv/stage3-lp64d-openrc.spec
diff --git a/releases/specs-qemu/riscv/stage3-lp64d-20.0-systemd.spec b/releases/specs-qemu/riscv/stage3-lp64d-systemd.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage3-lp64d-20.0-systemd.spec
rename to releases/specs-qemu/riscv/stage3-lp64d-systemd.spec
diff --git a/releases/specs-qemu/riscv/stage3-multilib-20.0-openrc.spec b/releases/specs-qemu/riscv/stage3-multilib-openrc.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage3-multilib-20.0-openrc.spec
rename to releases/specs-qemu/riscv/stage3-multilib-openrc.spec
diff --git a/releases/specs-qemu/riscv/stage3-multilib-20.0-systemd.spec b/releases/specs-qemu/riscv/stage3-multilib-systemd.spec
similarity index 100%
rename from releases/specs-qemu/riscv/stage3-multilib-20.0-systemd.spec
rename to releases/specs-qemu/riscv/stage3-multilib-systemd.spec
diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf
index 6a03879b..9d634695 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -11,20 +11,20 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/riscv
EMAIL_SUBJECT_PREPEND="[riscv-qemu-auto]"
SETS="
- lp64d_200_openrc
- lp64d_200_systemd
- lp64_200_openrc
- lp64_200_systemd
- multilib_200_openrc
- multilib_200_systemd
+ lp64d_openrc
+ lp64d_systemd
+ lp64_openrc
+ lp64_systemd
+ multilib_openrc
+ multilib_systemd
"
-SET_lp64d_200_openrc_SPECS="stage1-lp64d-20.0-openrc.spec stage3-lp64d-20.0-openrc.spec"
-SET_lp64d_200_systemd_SPECS="stage1-lp64d-20.0-systemd.spec stage3-lp64d-20.0-systemd.spec"
-SET_lp64_200_openrc_SPECS="stage1-lp64-20.0-openrc.spec stage3-lp64-20.0-openrc.spec"
-SET_lp64_200_systemd_SPECS="stage1-lp64-20.0-systemd.spec stage3-lp64-20.0-systemd.spec"
-SET_multilib_200_openrc_SPECS="stage1-multilib-20.0-openrc.spec stage3-multilib-20.0-openrc.spec"
-SET_multilib_200_systemd_SPECS="stage1-multilib-20.0-systemd.spec stage3-multilib-20.0-systemd.spec"
+SET_lp64d_openrc_SPECS="stage1-lp64d-openrc.spec stage3-lp64d-openrc.spec"
+SET_lp64d_systemd_SPECS="stage1-lp64d-systemd.spec stage3-lp64d-systemd.spec"
+SET_lp64_openrc_SPECS="stage1-lp64-openrc.spec stage3-lp64-openrc.spec"
+SET_lp64_systemd_SPECS="stage1-lp64-systemd.spec stage3-lp64-systemd.spec"
+SET_multilib_openrc_SPECS="stage1-multilib-openrc.spec stage3-multilib-openrc.spec"
+SET_multilib_systemd_SPECS="stage1-multilib-systemd.spec stage3-multilib-systemd.spec"
update_symlinks() {
# Symlink the latest stages3 to build from
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-08-21 21:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-25 19:17 [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/riscv/, tools/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-08-21 21:53 Andreas K. Hüttel
2021-06-17 22:49 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