From patchwork Fri Jun 20 15:32:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Mugnier X-Patchwork-Id: 23621 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 5EC34BDE6B for ; Fri, 20 Jun 2025 15:33:37 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 3FBF668DD0; Fri, 20 Jun 2025 17:33:36 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=foss.st.com header.i=@foss.st.com header.b="iq/+U5CS"; dkim-atps=neutral Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id AF3FD61535 for ; Fri, 20 Jun 2025 17:33:33 +0200 (CEST) Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 55KD6VbF008345 for ; Fri, 20 Jun 2025 17:33:33 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to; s=selector1; bh=X1Nup4y0ygh2lqMlAb3uPz W4Cfjyfl7vIJAXJnZUykQ=; b=iq/+U5CSiTF+EWfhFWydWNyTpb3PaRP+AYzKh5 gl0Hk9NyJFBg7g+jYeoF+rSVGQfqclIAhGuRUT9No87m0OcJshOFc1BYlXjm06Ze j3s6oykVfgcf9mHEofsZSLrxRbZBV8j2un74BPwx2lHyHObnYwBLYic1LuVmAhsl HG0nbYUn2IDowRp804HkKXUF3A1tCX+yL3zzhFISzgtjc5sAm5T4KphaSYvYGVwq w1lHhAUyRglEciuYxY8dK9OIlGbHAZRo8bm/qY15aZIYUpGmr2Zl7KEZajADGLjK NLSPvZmk8mhaX0MBriP0i/M/laDrZSqRYVsFZCeumnNfjMYw== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 478x7af3xk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 20 Jun 2025 17:33:33 +0200 (MEST) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id BB5BA40049 for ; Fri, 20 Jun 2025 17:33:06 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 6D4B2B268A2 for ; Fri, 20 Jun 2025 17:33:01 +0200 (CEST) Received: from localhost (10.130.73.167) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.39; Fri, 20 Jun 2025 17:33:01 +0200 From: Benjamin Mugnier Date: Fri, 20 Jun 2025 17:32:52 +0200 Subject: [PATCH] b4: Add .b4-config MIME-Version: 1.0 Message-ID: <20250620-add_b4_config-v1-1-bc183e48e886@foss.st.com> X-B4-Tracking: v=1; b=H4sIACN/VWgC/6tWKk4tykwtVrJSqFYqSi3LLM7MzwNyDHUUlJIzE vPSU3UzU4B8JSMDI1MDMyMD3cSUlPgkk/jk/Ly0zHRdSzNTcxODNFMjyzQLJaCegqLUtMwKsHn RsbW1AA5MYq5fAAAA X-Change-ID: 20250620-add_b4_config-965740f529f8 To: CC: Benjamin Mugnier X-Mailer: b4 0.14.2 X-Originating-IP: [10.130.73.167] X-ClientProxiedBy: SHFCAS1NODE2.st.com (10.75.129.73) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293, Aquarius:18.0.1099, Hydra:6.0.736, FMLib:17.12.80.40 definitions=2025-06-20_06,2025-06-20_01,2025-03-28_01 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Per the b4 documentation: B4 is a tool created to make it easier for project developers and maintainers to use a distributed development workflow that relies on patches and distribution lists for code contributions and review. B4 is now a common tool used by developers for Linux kernel workflows. While the Linux kernel support is handled inside b4, other projects can rely on a .b4-config file to achieve the same thing. Add a .b4-config file to instruct b4 to send patches to the libcamera-devel mailing list. This allows the command b4 prep --auto-to-cc to automatically add the mailing to its To: list. Command output without .b4-config : $ b4 prep --auto-to-cc Collecting To/Cc addresses No new addresses to add. With .b4-config : $ b4 prep --auto-to-cc Collecting To/Cc addresses + To: libcamera-devel@lists.libcamera.org --- Signed-off-by: Benjamin Mugnier --- You can trim/expand this list with: b4 prep --edit-cover Invoking git-filter-repo to update the cover letter. New history written in 0.02 seconds... Completely finished after 0.04 seconds. Signed-off-by: Benjamin Mugnier --- .b4-config | 2 ++ 1 file changed, 2 insertions(+) --- base-commit: b3ff75d7589a263412ad63008b3c8518d40e6316 change-id: 20250620-add_b4_config-965740f529f8 Best regards, diff --git a/.b4-config b/.b4-config new file mode 100644 index 0000000000000000000000000000000000000000..371e3e9c2485a4e2cb0ff48ccbfa5f4b246f29ee --- /dev/null +++ b/.b4-config @@ -0,0 +1,2 @@ +[b4] + send-series-to = libcamera-devel@lists.libcamera.org