From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE92215800F for ; Fri, 27 Jan 2023 13:39:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 228FA2BC007; Fri, 27 Jan 2023 13:39:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07F012BC007 for ; Fri, 27 Jan 2023 13:39:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 201EF340C24 for ; Fri, 27 Jan 2023 13:39:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B7EA771 for ; Fri, 27 Jan 2023 13:38:58 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1674826717.f34ca4ea06f249be19ea626c0e997e7b5060ac6e.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-mips-1.conf tools/catalyst-auto-qemu-mips-2.conf tools/catalyst-auto-qemu-mips-3.conf tools/catalyst-auto-qemu-mips-4.conf tools/catalyst-auto-qemu-mips-common X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f34ca4ea06f249be19ea626c0e997e7b5060ac6e X-VCS-Branch: master Date: Fri, 27 Jan 2023 13:38:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6dc4bc3-57a6-42c4-8963-02ed9d0a4207 X-Archives-Hash: c9b65d1446895da104575cb0134ee2cd commit: f34ca4ea06f249be19ea626c0e997e7b5060ac6e Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jan 27 13:38:37 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jan 27 13:38:37 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f34ca4ea mips: parallelize better Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-mips-1.conf | 4 ++++ tools/catalyst-auto-qemu-mips-2.conf | 4 ++++ tools/catalyst-auto-qemu-mips-3.conf | 4 ++++ tools/catalyst-auto-qemu-mips-4.conf | 4 ++++ tools/catalyst-auto-qemu-mips-common | 39 ++++++++++++++++++++++++++++++++++++ 5 files changed, 55 insertions(+) diff --git a/tools/catalyst-auto-qemu-mips-1.conf b/tools/catalyst-auto-qemu-mips-1.conf new file mode 100644 index 00000000..bf7dee78 --- /dev/null +++ b/tools/catalyst-auto-qemu-mips-1.conf @@ -0,0 +1,4 @@ + +source ${REPO_DIR}/tools/catalyst-auto-qemu-mips-common + +SETS=${SETS_O32} diff --git a/tools/catalyst-auto-qemu-mips-2.conf b/tools/catalyst-auto-qemu-mips-2.conf new file mode 100644 index 00000000..c40c6bc9 --- /dev/null +++ b/tools/catalyst-auto-qemu-mips-2.conf @@ -0,0 +1,4 @@ + +source ${REPO_DIR}/tools/catalyst-auto-qemu-mips-common + +SETS=${SETS_N32} diff --git a/tools/catalyst-auto-qemu-mips-3.conf b/tools/catalyst-auto-qemu-mips-3.conf new file mode 100644 index 00000000..1321408b --- /dev/null +++ b/tools/catalyst-auto-qemu-mips-3.conf @@ -0,0 +1,4 @@ + +source ${REPO_DIR}/tools/catalyst-auto-qemu-mips-common + +SETS=${SETS_N64} diff --git a/tools/catalyst-auto-qemu-mips-4.conf b/tools/catalyst-auto-qemu-mips-4.conf new file mode 100644 index 00000000..690ca4f9 --- /dev/null +++ b/tools/catalyst-auto-qemu-mips-4.conf @@ -0,0 +1,4 @@ + +source ${REPO_DIR}/tools/catalyst-auto-qemu-mips-common + +SETS=${SETS_MULTI} diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index 1c2e0592..51c0770e 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -39,6 +39,45 @@ SETS_LE=" mipsel3_multilib_systemd_mu " +SETS_O32=" + mips2_o32_openrc + mips2_o32_systemd + mips2_o32_systemd_mu + mipsel2_o32_openrc + mipsel2_o32_systemd + mipsel2_o32_systemd_mu + mipsel3_o32_openrc + mipsel3_o32_systemd + mipsel3_o32_systemd_mu +" + +SETS_N32=" + mips3_n32_openrc + mips3_n32_systemd + mips3_n32_systemd_mu + mipsel3_n32_openrc + mipsel3_n32_systemd + mipsel3_n32_systemd_mu +" + +SETS_N64=" + mips3_n64_openrc + mips3_n64_systemd + mips3_n64_systemd_mu + mipsel3_n64_openrc + mipsel3_n64_systemd + mipsel3_n64_systemd_mu +" + +SETS_MULTI=" + mips3_multilib_openrc + mips3_multilib_systemd + mips3_multilib_systemd_mu + mipsel3_multilib_openrc + mipsel3_multilib_systemd + mipsel3_multilib_systemd_mu +" + # SETS="${SETS_BE} ${SETS_LE}" SET_mips2_o32_openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"