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 92A9815808B for ; Mon, 28 Mar 2022 21:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 196F3E0908; Mon, 28 Mar 2022 21:19:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 452C7E08ED for ; Mon, 28 Mar 2022 21:19:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 317B734128F for ; Mon, 28 Mar 2022 21:19:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A854177 for ; Mon, 28 Mar 2022 21:19:17 +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: <1648502110.08a6b0dc989c0d14c63a229c31d2620b0de8dc3e.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs-qemu/mips/stage1-mips3-n32-openrc.spec releases/specs-qemu/mips/stage3-mips3-n32-openrc.spec X-VCS-Directories: releases/specs-qemu/mips/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 08a6b0dc989c0d14c63a229c31d2620b0de8dc3e X-VCS-Branch: master Date: Mon, 28 Mar 2022 21:19:17 +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: 925d9f4f-4c12-49a2-9736-a00ce944aca9 X-Archives-Hash: d4cc18b70a0b852e9b8226c48dd728c5 commit: 08a6b0dc989c0d14c63a229c31d2620b0de8dc3e Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Mar 28 21:15:10 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Mar 28 21:15:10 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=08a6b0dc Add mips3-n32 specs Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs-qemu/mips/stage1-mips3-n32-openrc.spec | 14 ++++++++++++++ releases/specs-qemu/mips/stage3-mips3-n32-openrc.spec | 12 ++++++++++++ 2 files changed, 26 insertions(+) diff --git a/releases/specs-qemu/mips/stage1-mips3-n32-openrc.spec b/releases/specs-qemu/mips/stage1-mips3-n32-openrc.spec new file mode 100644 index 00000000..f798db35 --- /dev/null +++ b/releases/specs-qemu/mips/stage1-mips3-n32-openrc.spec @@ -0,0 +1,14 @@ +subarch: mips3_n32 +target: stage1 +version_stamp: openrc-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mipsn32 +rel_type: default +profile: default/linux/mips/17.0/n32 +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-mips3_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-mips3-n32-openrc.spec b/releases/specs-qemu/mips/stage3-mips3-n32-openrc.spec new file mode 100644 index 00000000..19c4e9f3 --- /dev/null +++ b/releases/specs-qemu/mips/stage3-mips3-n32-openrc.spec @@ -0,0 +1,12 @@ +subarch: mips3_n32 +target: stage3 +version_stamp: openrc-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mipsn32 +rel_type: default +profile: default/linux/mips/17.0/n32 +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-mips3_n32-openrc-@TIMESTAMP@ +compression_mode: pixz +decompressor_search_order: xz bzip2 +portage_confdir: @REPO_DIR@/releases/portage/stages-qemu +portage_prefix: releng