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 EF444158003 for ; Sun, 27 Feb 2022 12:59:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A154E0946; Sun, 27 Feb 2022 12:59:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EF180E0946 for ; Sun, 27 Feb 2022 12:59:37 +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 E70833434A1 for ; Sun, 27 Feb 2022 12:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52EC529 for ; Sun, 27 Feb 2022 12:59:35 +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: <1645966754.57d40dc2faff293ae1720daee68228056f79127e.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-mips32-o32-openrc.spec releases/specs-qemu/mips/stage3-mips32-o32-openrc.spec X-VCS-Directories: releases/specs-qemu/mips/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 57d40dc2faff293ae1720daee68228056f79127e X-VCS-Branch: master Date: Sun, 27 Feb 2022 12:59:35 +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: e7178e53-53ca-4630-a3ee-f74e0bd81ecf X-Archives-Hash: eaa7af0aef25e3b089349a4d8738b99d commit: 57d40dc2faff293ae1720daee68228056f79127e Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Feb 27 12:59:14 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Feb 27 12:59:14 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=57d40dc2 Add mips32-o32 specs Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs-qemu/mips/stage1-mips32-o32-openrc.spec | 14 ++++++++++++++ releases/specs-qemu/mips/stage3-mips32-o32-openrc.spec | 12 ++++++++++++ 2 files changed, 26 insertions(+) diff --git a/releases/specs-qemu/mips/stage1-mips32-o32-openrc.spec b/releases/specs-qemu/mips/stage1-mips32-o32-openrc.spec new file mode 100644 index 00000000..8757c014 --- /dev/null +++ b/releases/specs-qemu/mips/stage1-mips32-o32-openrc.spec @@ -0,0 +1,14 @@ +subarch: mips32 +target: stage1 +version_stamp: openrc-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mips +rel_type: default +profile: default/linux/mips/17.0/o32 +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-mips32_o32-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-mips32-o32-openrc.spec b/releases/specs-qemu/mips/stage3-mips32-o32-openrc.spec new file mode 100644 index 00000000..4cf373e2 --- /dev/null +++ b/releases/specs-qemu/mips/stage3-mips32-o32-openrc.spec @@ -0,0 +1,12 @@ +subarch: mips32 +target: stage3 +version_stamp: openrc-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mips +rel_type: default +profile: default/linux/mips/17.0/o32 +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-mips32_o32-openrc-@TIMESTAMP@ +compression_mode: pixz +decompressor_search_order: xz bzip2 +portage_confdir: @REPO_DIR@/releases/portage/stages-qemu +portage_prefix: releng