From patchwork Mon Oct 13 10:39:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9188 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4clYl46wpxz3wjs for ; Mon, 13 Oct 2025 10:40:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4clYl43FTZz3m7 for ; Mon, 13 Oct 2025 10:40:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4clYl36zGVz32S7 for ; Mon, 13 Oct 2025 10:39:59 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4clYl12klwz32f1 for ; Mon, 13 Oct 2025 10:39:57 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (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 mail01.ipfire.org (Postfix) with ESMTPSA id 4clYl04bCBzD6; Mon, 13 Oct 2025 10:39:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760351996; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7aRjjhpZGYXL3r8fX1NNxmgv6i98ujCbKkf0ZBRWbTU=; b=VEao18T3avs1o8A9CjagdfbdNRLCobk+4fw1loMFlZqQYJiM73N6DC0JfF4IY8hICI4mYf e8wgzkPKIWdTZACQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760351996; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7aRjjhpZGYXL3r8fX1NNxmgv6i98ujCbKkf0ZBRWbTU=; b=B27RONMY2l010KoQ/5T5CqGlq9ZjLe6nUw2DrIWsdQBB6yqkJ/D9TxdWVL0JPnneK2gKPP FlkOXC9TSRqDGi4QgXLd6/g4Fbgt7I0HOWrO5PP13uV8Z1CY8hRcwFMKG7QUG/gDU6YOpU 0zcbRMSnWOpWc6MlaAwnsP2pqqSEiLkM3wYCyF8HjrFGnCer/ocz+D5bT8tDSRY8LpRYp8 XUc9szKvZqd2dj2iSob0vtPQbJBPJYag3LX4FS+N41GU00Qee/g77dFRgfE8NyrK9Uoc5x pridHyG43CAwJ1fHw7JHzGpwJchLOVVFE5j2lHpzXctL/ZyBDToEYoQibf+cnQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 3/3] core199: Ship rust Date: Mon, 13 Oct 2025 12:39:53 +0200 Message-ID: <20251013103953.22914-3-adolf.belka@ipfire.org> In-Reply-To: <20251013103953.22914-1-adolf.belka@ipfire.org> References: <20251013103953.22914-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/199/filelists/aarch64/rust | 1 + config/rootfiles/core/199/filelists/riscv64/rust | 1 + config/rootfiles/core/199/filelists/x86_64/rust | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/199/filelists/aarch64/rust create mode 120000 config/rootfiles/core/199/filelists/riscv64/rust create mode 120000 config/rootfiles/core/199/filelists/x86_64/rust diff --git a/config/rootfiles/core/199/filelists/aarch64/rust b/config/rootfiles/core/199/filelists/aarch64/rust new file mode 120000 index 000000000..3bf2aafc1 --- /dev/null +++ b/config/rootfiles/core/199/filelists/aarch64/rust @@ -0,0 +1 @@ +../../../../common/aarch64/rust \ No newline at end of file diff --git a/config/rootfiles/core/199/filelists/riscv64/rust b/config/rootfiles/core/199/filelists/riscv64/rust new file mode 120000 index 000000000..e7404a1d2 --- /dev/null +++ b/config/rootfiles/core/199/filelists/riscv64/rust @@ -0,0 +1 @@ +../../../../common/riscv64/rust \ No newline at end of file diff --git a/config/rootfiles/core/199/filelists/x86_64/rust b/config/rootfiles/core/199/filelists/x86_64/rust new file mode 120000 index 000000000..9c589e0aa --- /dev/null +++ b/config/rootfiles/core/199/filelists/x86_64/rust @@ -0,0 +1 @@ +../../../../common/x86_64/rust \ No newline at end of file