From e062abab302d792960c8f566ec29649321287054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 29 Mar 2022 11:39:57 +0200 Subject: [PATCH] Add mips64el-n32 specs, build, upload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- .../mips/stage1-mips64el-n32-openrc.spec | 14 ++++++++++++++ .../mips/stage3-mips64el-n32-openrc.spec | 12 ++++++++++++ tools/catalyst-auto-qemu-mips.conf | 4 +++- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 releases/specs-qemu/mips/stage1-mips64el-n32-openrc.spec create mode 100644 releases/specs-qemu/mips/stage3-mips64el-n32-openrc.spec diff --git a/releases/specs-qemu/mips/stage1-mips64el-n32-openrc.spec b/releases/specs-qemu/mips/stage1-mips64el-n32-openrc.spec new file mode 100644 index 00000000..981ff69a --- /dev/null +++ b/releases/specs-qemu/mips/stage1-mips64el-n32-openrc.spec @@ -0,0 +1,14 @@ +subarch: mips64el_n32 +target: stage1 +version_stamp: openrc-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mipsn32el +rel_type: default +profile: default/linux/mips/17.0/mipsel/n32 +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-mips64el_n32-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 diff --git a/releases/specs-qemu/mips/stage3-mips64el-n32-openrc.spec b/releases/specs-qemu/mips/stage3-mips64el-n32-openrc.spec new file mode 100644 index 00000000..716c6324 --- /dev/null +++ b/releases/specs-qemu/mips/stage3-mips64el-n32-openrc.spec @@ -0,0 +1,12 @@ +subarch: mips64el_n32 +target: stage3 +version_stamp: openrc-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mipsn32el +rel_type: default +profile: default/linux/mips/17.0/mipsel/n32 +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-mips64el_n32-openrc-@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-mips.conf b/tools/catalyst-auto-qemu-mips.conf index 1fcb1a63..21c70aca 100644 --- a/tools/catalyst-auto-qemu-mips.conf +++ b/tools/catalyst-auto-qemu-mips.conf @@ -6,7 +6,7 @@ UPLOAD_KEY=/root/.ssh/id_rsa SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]" -SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64n64openrc mips64eln64openrc mips64eln64systemd" +SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64eln32openrc mips64n64openrc mips64eln64openrc mips64eln64systemd" 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" @@ -20,6 +20,8 @@ SET_mips3n64openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.s SET_mipsel3n64openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec" SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec" +SET_mips64eln32openrc_SPECS="stage1-mips64el-n32-openrc.spec stage3-mips64el-n32-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_mips64eln64systemd_SPECS="stage1-mips64el-n64-systemd.spec stage3-mips64el-n64-systemd.spec"