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"
 

Reply via email to