Add riscv 23.0 specs

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2023-12-11 18:06:29 +01:00
parent 628c5cefe9
commit 8b454aa083
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
16 changed files with 228 additions and 0 deletions

View file

@ -0,0 +1,14 @@
subarch: rv64_lp64_musl
target: stage1
version_stamp: @TIMESTAMP@
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-musl
profile: default/linux/riscv/23.0/rv64/lp64/musl
snapshot: @TIMESTAMP@
source_subpath: 23.0-musl/stage3-rv64_lp64_musl-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,15 @@
subarch: rv64_lp64
target: stage1
version_stamp: openrc-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/lp64
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage3-rv64_lp64-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

View file

@ -0,0 +1,15 @@
subarch: rv64_lp64
target: stage1
version_stamp: systemd-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/lp64/systemd
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage3-rv64_lp64-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,14 @@
subarch: rv64_lp64d_musl
target: stage1
version_stamp: @TIMESTAMP@
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-musl
profile: default/linux/riscv/23.0/rv64/lp64d/musl
snapshot: @TIMESTAMP@
source_subpath: 23.0-musl/stage3-rv64_lp64d_musl-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,15 @@
subarch: rv64_lp64d
target: stage1
version_stamp: openrc-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/lp64d
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage3-rv64_lp64d-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

View file

@ -0,0 +1,15 @@
subarch: rv64_lp64d
target: stage1
version_stamp: systemd-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/lp64d/systemd
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage3-rv64_lp64d-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,15 @@
subarch: rv64_multilib
target: stage1
version_stamp: openrc-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/multilib
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage3-rv64_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

View file

@ -0,0 +1,15 @@
subarch: rv64_multilib
target: stage1
version_stamp: systemd-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/multilib/systemd
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage3-rv64_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

View file

@ -0,0 +1,13 @@
subarch: rv64_lp64_musl
target: stage3
version_stamp: @TIMESTAMP@
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-musl
profile: default/linux/riscv/23.0/rv64/lp64/musl
snapshot: @TIMESTAMP@
source_subpath: 23.0-musl/stage1-rv64_lp64_musl-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng
binrepo_path: riscv/binpackages/23.0/rv64_lp64_musl

View file

@ -0,0 +1,14 @@
subarch: rv64_lp64
target: stage3
version_stamp: openrc-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/lp64
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage1-rv64_lp64-openrc-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng
binrepo_path: riscv/binpackages/23.0/rv64_lp64

View file

@ -0,0 +1,14 @@
subarch: rv64_lp64
target: stage3
version_stamp: systemd-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/lp64/systemd
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage1-rv64_lp64-systemd-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng
binrepo_path: riscv/binpackages/23.0/rv64_lp64

View file

@ -0,0 +1,13 @@
subarch: rv64_lp64d_musl
target: stage3
version_stamp: @TIMESTAMP@
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-musl
profile: default/linux/riscv/23.0/rv64/lp64d/musl
snapshot: @TIMESTAMP@
source_subpath: 23.0-musl/stage1-rv64_lp64d_musl-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng
binrepo_path: riscv/binpackages/23.0/rv64_lp64d_musl

View file

@ -0,0 +1,14 @@
subarch: rv64_lp64d
target: stage3
version_stamp: openrc-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/lp64d
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage1-rv64_lp64d-openrc-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng
binrepo_path: riscv/binpackages/23.0/rv64_lp64d

View file

@ -0,0 +1,14 @@
subarch: rv64_lp64d
target: stage3
version_stamp: systemd-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/lp64d/systemd
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage1-rv64_lp64d-systemd-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng
binrepo_path: riscv/binpackages/23.0/rv64_lp64d

View file

@ -0,0 +1,14 @@
subarch: rv64_multilib
target: stage3
version_stamp: openrc-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/multilib
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage1-rv64_multilib-openrc-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng
binrepo_path: riscv/binpackages/23.0/rv64_multilib

View file

@ -0,0 +1,14 @@
subarch: rv64_multilib
target: stage3
version_stamp: systemd-@TIMESTAMP@
cflags: -O2 -pipe
interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32
rel_type: 23.0-default
profile: default/linux/riscv/23.0/rv64/multilib/systemd
snapshot: @TIMESTAMP@
source_subpath: 23.0-default/stage1-rv64_multilib-systemd-@TIMESTAMP@
compression_mode: pixz
decompressor_search_order: xz bzip2
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng
binrepo_path: riscv/binpackages/23.0/rv64_multilib