riscv: add multilib/systemd stages

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-06-25 21:16:59 +02:00
parent 6abc54887e
commit b4823a0904
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
3 changed files with 30 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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"