Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/
Date: Sun, 03 Apr 2022 22:34:28
Message-Id: 1649025243.e4f265eb8e07840a2558594d9daf4adddd8001cf.dilfridge@gentoo
1 commit: e4f265eb8e07840a2558594d9daf4adddd8001cf
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 22:34:03 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 22:34:03 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=e4f265eb
7
8 Add mipsel3 multilib (n32-based) stages
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 .../specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec | 14 ++++++++++++++
13 .../specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec | 12 ++++++++++++
14 tools/catalyst-auto-qemu-mips.conf | 5 +++++
15 3 files changed, 31 insertions(+)
16
17 diff --git a/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec b/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec
18 new file mode 100644
19 index 00000000..faf07954
20 --- /dev/null
21 +++ b/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec
22 @@ -0,0 +1,14 @@
23 +subarch: mipsel3_multilib
24 +target: stage1
25 +version_stamp: openrc-@TIMESTAMP@
26 +interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el
27 +rel_type: default
28 +profile: default/linux/mips/17.0/mipsel/multilib/n32
29 +snapshot: @TIMESTAMP@
30 +source_subpath: default/stage3-mipsel3_multilib-openrc-latest
31 +compression_mode: pixz
32 +decompressor_search_order: xz bzip2
33 +update_seed: yes
34 +update_seed_command: -uDN @world
35 +portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
36 +portage_prefix: releng
37
38 diff --git a/releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec b/releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec
39 new file mode 100644
40 index 00000000..b69b4de5
41 --- /dev/null
42 +++ b/releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec
43 @@ -0,0 +1,12 @@
44 +subarch: mipsel3_multilib
45 +target: stage3
46 +version_stamp: openrc-@TIMESTAMP@
47 +interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el
48 +rel_type: default
49 +profile: default/linux/mips/17.0/mipsel/multilib/n32
50 +snapshot: @TIMESTAMP@
51 +source_subpath: default/stage1-mipsel3_multilib-openrc-@TIMESTAMP@
52 +compression_mode: pixz
53 +decompressor_search_order: xz bzip2
54 +portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
55 +portage_prefix: releng
56
57 diff --git a/tools/catalyst-auto-qemu-mips.conf b/tools/catalyst-auto-qemu-mips.conf
58 index d55bdb57..cb9ba0a6 100644
59 --- a/tools/catalyst-auto-qemu-mips.conf
60 +++ b/tools/catalyst-auto-qemu-mips.conf
61 @@ -17,6 +17,8 @@ SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec stage3-mips32el-o32
62 SET_mips3n32openrc_SPECS="stage1-mips3-n32-openrc.spec stage3-mips3-n32-openrc.spec"
63 SET_mipsel3n32openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
64
65 +SET_mipsel3multilibopenrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mipsel3-multilib-openrc.spec"
66 +
67 SET_mips3n64openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
68 SET_mipsel3n64openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
69 SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec"
70 @@ -70,6 +72,9 @@ post_build() {
71 stage3-mipsel3-n32-openrc.spec)
72 upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*
73 ;;
74 + stage3-mipsel3-multilib-openrc.spec)
75 + upload stage3-mipsel3_multilib-openrc-${TIMESTAMP}.tar.xz*
76 + ;;
77 stage3-mips3-n64-openrc.spec)
78 upload stage3-mips3_n64-openrc-${TIMESTAMP}.tar.xz*
79 ;;