riscv: add latest spec files
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
ec7345e8de
commit
62b11e6601
9 changed files with 97 additions and 12 deletions
15
releases/specs/riscv/stage1-lp64.spec
Normal file
15
releases/specs/riscv/stage1-lp64.spec
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
subarch: rv64_lp64
|
||||||
|
target: stage1
|
||||||
|
version_stamp: @TIMESTAMP@
|
||||||
|
cflags: -O2 -pipe -g
|
||||||
|
interpreter: /usr/bin/qemu-riscv64
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/riscv/17.0/rv64gc/lp64
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage3-rv64_lp64-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
|
15
releases/specs/riscv/stage1-lp64d.spec
Normal file
15
releases/specs/riscv/stage1-lp64d.spec
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
subarch: rv64_lp64d
|
||||||
|
target: stage1
|
||||||
|
version_stamp: @TIMESTAMP@
|
||||||
|
cflags: -O2 -pipe -g
|
||||||
|
interpreter: /usr/bin/qemu-riscv64
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/riscv/17.0/rv64gc/lp64d
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage3-rv64_lp64d-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
|
|
@ -1,14 +1,15 @@
|
||||||
subarch: riscv
|
subarch: rv64_multilib
|
||||||
target: stage1
|
target: stage1
|
||||||
version_stamp: @TIMESTAMP@
|
version_stamp: @TIMESTAMP@
|
||||||
cflags: -O2 -pipe -g
|
cflags: -O2 -pipe -g
|
||||||
rel_type: riscv64-multilib
|
interpreter: /usr/bin/qemu-riscv64
|
||||||
|
rel_type: default
|
||||||
profile: default/linux/riscv/17.0/rv64gc
|
profile: default/linux/riscv/17.0/rv64gc
|
||||||
snapshot: @TIMESTAMP@
|
snapshot: @TIMESTAMP@
|
||||||
source_subpath: riscv64-multilib/stage3-riscv-latest
|
source_subpath: default/stage3-rv64_multilib-latest
|
||||||
compression_mode: pixz
|
compression_mode: pixz
|
||||||
decompressor_search_order: xz bzip2
|
decompressor_search_order: xz bzip2
|
||||||
update_seed: yes
|
update_seed: yes
|
||||||
update_seed_command: -uDN @world
|
update_seed_command: -uDN @world
|
||||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
|
||||||
portage_prefix: releng
|
portage_prefix: releng
|
13
releases/specs/riscv/stage2-lp64.spec
Normal file
13
releases/specs/riscv/stage2-lp64.spec
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
subarch: rv64_lp64
|
||||||
|
target: stage2
|
||||||
|
version_stamp: @TIMESTAMP@
|
||||||
|
cflags: -O2 -pipe -g
|
||||||
|
interpreter: /usr/bin/qemu-riscv64
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/riscv/17.0/rv64gc/lp64
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage1-rv64_lp64-@TIMESTAMP@
|
||||||
|
compression_mode: pixz
|
||||||
|
decompressor_search_order: xz bzip2
|
||||||
|
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
|
||||||
|
portage_prefix: releng
|
13
releases/specs/riscv/stage2-lp64d.spec
Normal file
13
releases/specs/riscv/stage2-lp64d.spec
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
subarch: rv64_lp64d
|
||||||
|
target: stage2
|
||||||
|
version_stamp: @TIMESTAMP@
|
||||||
|
cflags: -O2 -pipe -g
|
||||||
|
interpreter: /usr/bin/qemu-riscv64
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/riscv/17.0/rv64gc/lp64d
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage1-rv64_lp64d-@TIMESTAMP@
|
||||||
|
compression_mode: pixz
|
||||||
|
decompressor_search_order: xz bzip2
|
||||||
|
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
|
||||||
|
portage_prefix: releng
|
|
@ -1,12 +1,13 @@
|
||||||
subarch: riscv
|
subarch: rv64_multilib
|
||||||
target: stage2
|
target: stage2
|
||||||
version_stamp: @TIMESTAMP@
|
version_stamp: @TIMESTAMP@
|
||||||
cflags: -O2 -pipe -g
|
cflags: -O2 -pipe -g
|
||||||
rel_type: riscv64-multilib
|
interpreter: /usr/bin/qemu-riscv64
|
||||||
|
rel_type: default
|
||||||
profile: default/linux/riscv/17.0/rv64gc
|
profile: default/linux/riscv/17.0/rv64gc
|
||||||
snapshot: @TIMESTAMP@
|
snapshot: @TIMESTAMP@
|
||||||
source_subpath: riscv64-multilib/stage1-riscv-@TIMESTAMP@
|
source_subpath: default/stage1-rv64_multilib-@TIMESTAMP@
|
||||||
compression_mode: pixz
|
compression_mode: pixz
|
||||||
decompressor_search_order: xz bzip2
|
decompressor_search_order: xz bzip2
|
||||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
|
||||||
portage_prefix: releng
|
portage_prefix: releng
|
13
releases/specs/riscv/stage3-lp64.spec
Normal file
13
releases/specs/riscv/stage3-lp64.spec
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
subarch: rv64_lp64
|
||||||
|
target: stage3
|
||||||
|
version_stamp: @TIMESTAMP@
|
||||||
|
cflags: -O2 -pipe -g
|
||||||
|
interpreter: /usr/bin/qemu-riscv64
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/riscv/17.0/rv64gc/lp64
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage2-rv64_lp64-@TIMESTAMP@
|
||||||
|
compression_mode: pixz
|
||||||
|
decompressor_search_order: xz bzip2
|
||||||
|
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
|
||||||
|
portage_prefix: releng
|
13
releases/specs/riscv/stage3-lp64d.spec
Normal file
13
releases/specs/riscv/stage3-lp64d.spec
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
subarch: rv64_lp64d
|
||||||
|
target: stage3
|
||||||
|
version_stamp: @TIMESTAMP@
|
||||||
|
cflags: -O2 -pipe -g
|
||||||
|
interpreter: /usr/bin/qemu-riscv64
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/riscv/17.0/rv64gc/lp64d
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage2-rv64_lp64d-@TIMESTAMP@
|
||||||
|
compression_mode: pixz
|
||||||
|
decompressor_search_order: xz bzip2
|
||||||
|
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
|
||||||
|
portage_prefix: releng
|
|
@ -1,12 +1,13 @@
|
||||||
subarch: riscv
|
subarch: rv64_multilib
|
||||||
target: stage3
|
target: stage3
|
||||||
version_stamp: @TIMESTAMP@
|
version_stamp: @TIMESTAMP@
|
||||||
cflags: -O2 -pipe -g
|
cflags: -O2 -pipe -g
|
||||||
rel_type: riscv64-multilib
|
interpreter: /usr/bin/qemu-riscv64
|
||||||
|
rel_type: default
|
||||||
profile: default/linux/riscv/17.0/rv64gc
|
profile: default/linux/riscv/17.0/rv64gc
|
||||||
snapshot: @TIMESTAMP@
|
snapshot: @TIMESTAMP@
|
||||||
source_subpath: riscv64-multilib/stage2-riscv-@TIMESTAMP@
|
source_subpath: default/stage2-rv64_multilib-@TIMESTAMP@
|
||||||
compression_mode: pixz
|
compression_mode: pixz
|
||||||
decompressor_search_order: xz bzip2
|
decompressor_search_order: xz bzip2
|
||||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
|
||||||
portage_prefix: releng
|
portage_prefix: releng
|
Loading…
Add table
Reference in a new issue