Add mips(el)3 n64 builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
0bf7603396
commit
59918516df
5 changed files with 58 additions and 1 deletions
14
releases/specs-qemu/mips/stage1-mips3-n64-openrc.spec
Normal file
14
releases/specs-qemu/mips/stage1-mips3-n64-openrc.spec
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
subarch: mips3_n64
|
||||||
|
target: stage1
|
||||||
|
version_stamp: openrc-@TIMESTAMP@
|
||||||
|
interpreter: /usr/bin/qemu-mips64
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/mips/17.0/n64
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage3-mips3_n64-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
|
14
releases/specs-qemu/mips/stage1-mipsel3-n64-openrc.spec
Normal file
14
releases/specs-qemu/mips/stage1-mipsel3-n64-openrc.spec
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
subarch: mipsel3_n64
|
||||||
|
target: stage1
|
||||||
|
version_stamp: openrc-@TIMESTAMP@
|
||||||
|
interpreter: /usr/bin/qemu-mips64el
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/mips/17.0/mipsel/n64
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage3-mipsel3_n64-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
|
12
releases/specs-qemu/mips/stage3-mips3-n64-openrc.spec
Normal file
12
releases/specs-qemu/mips/stage3-mips3-n64-openrc.spec
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
subarch: mips3_n64
|
||||||
|
target: stage3
|
||||||
|
version_stamp: openrc-@TIMESTAMP@
|
||||||
|
interpreter: /usr/bin/qemu-mips64
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/mips/17.0/n64
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage1-mips3_n64-openrc-@TIMESTAMP@
|
||||||
|
compression_mode: pixz
|
||||||
|
decompressor_search_order: xz bzip2
|
||||||
|
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
|
||||||
|
portage_prefix: releng
|
12
releases/specs-qemu/mips/stage3-mipsel3-n64-openrc.spec
Normal file
12
releases/specs-qemu/mips/stage3-mipsel3-n64-openrc.spec
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
subarch: mipsel3_n64
|
||||||
|
target: stage3
|
||||||
|
version_stamp: openrc-@TIMESTAMP@
|
||||||
|
interpreter: /usr/bin/qemu-mips64el
|
||||||
|
rel_type: default
|
||||||
|
profile: default/linux/mips/17.0/mipsel/n64
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage1-mipsel3_n64-openrc-@TIMESTAMP@
|
||||||
|
compression_mode: pixz
|
||||||
|
decompressor_search_order: xz bzip2
|
||||||
|
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
|
||||||
|
portage_prefix: releng
|
|
@ -6,12 +6,17 @@ UPLOAD_KEY=/root/.ssh/id_rsa
|
||||||
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
|
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
|
||||||
EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
|
EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
|
||||||
|
|
||||||
SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips64n64openrc mips64eln64openrc"
|
SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips3n64openrc mipsel3n64openrc mips64n64openrc mips64eln64openrc"
|
||||||
|
|
||||||
SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
|
SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
|
||||||
SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
|
SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
|
||||||
|
|
||||||
SET_mips32o32openrc_SPECS="stage1-mips32-o32-openrc.spec stage3-mips32-o32-openrc.spec"
|
SET_mips32o32openrc_SPECS="stage1-mips32-o32-openrc.spec stage3-mips32-o32-openrc.spec"
|
||||||
SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec stage3-mips32el-o32-openrc.spec"
|
SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec stage3-mips32el-o32-openrc.spec"
|
||||||
|
|
||||||
|
SET_mips3n64openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
|
||||||
|
SET_mipsel3n64openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
|
||||||
|
|
||||||
SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
|
SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
|
||||||
SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec stage3-mips64el-n64-openrc.spec"
|
SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec stage3-mips64el-n64-openrc.spec"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue