From patchwork Tue Sep 9 14:30:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Dubois-Briand X-Patchwork-Id: 69854 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59055CAC583 for ; Tue, 9 Sep 2025 14:30:44 +0000 (UTC) Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) by mx.groups.io with SMTP id smtpd.web11.15009.1757428238708342675 for ; Tue, 09 Sep 2025 07:30:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=uMzT+qEh; spf=pass (domain: bootlin.com, ip: 185.246.85.4, mailfrom: mathieu.dubois-briand@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 591FC4E408EA for ; Tue, 9 Sep 2025 14:30:37 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 32EAD60630 for ; Tue, 9 Sep 2025 14:30:37 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 9EBF1102F287B; Tue, 9 Sep 2025 16:30:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1757428236; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=dZwyjsCh8H6wDp7V3QS4DVMR+0TDgMoMniBFuG6CObo=; b=uMzT+qEhx+eSrMnGDkxxaSfiKo3fnrUJtYb0hZqyavAi6h3cPLdfMcyRgtzL7dDTDslQYN dMyoe9Tw5m3EL7agMPgF3lGyrgXG/v+XWd3w4RGYVI1xNLaQBpmJzIV0Xya7gTKdWPJxoD zogbU5inovrUeZEG+JbPxIlt1Rnje/iJScmRhNNVdFLQ2DRZMhonAdxUJeXjn90ori27uZ M9VwbZBEKK9BF7T394VKeubSy/Fuj361ED1DDAW3VQ0u/IKOb7I6QxyQuFcAD5tuxcQUh4 QbvOTFKiwyI1ElT7e18Em+CGErBhuxfFV4Sz20XPDfuq2qbWeKj/bNsmjtRDLQ== From: Mathieu Dubois-Briand Date: Tue, 09 Sep 2025 16:30:01 +0200 Subject: [PATCH yocto-autobuilder-helper v2 2/2] b4-config: Add basic b4 configuration MIME-Version: 1.0 Message-Id: <20250909-contrib-mathieu-build_props-v2-2-b607bb47be08@bootlin.com> References: <20250909-contrib-mathieu-build_props-v2-0-b607bb47be08@bootlin.com> In-Reply-To: <20250909-contrib-mathieu-build_props-v2-0-b607bb47be08@bootlin.com> To: yocto-patches@lists.yoctoproject.org Cc: Mathieu Dubois-Briand , Thomas Petazzoni X-Mailer: b4 0.14.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1757428233; l=610; i=mathieu.dubois-briand@bootlin.com; s=20241219; h=from:subject:message-id; bh=29GnlNM6nC+i6S21zDRcgsSlnQZ30VfA1fIyS9Gf7w4=; b=br3pl75iq1Vn/RIdwvefahoVFQ/lkcgelpQI6jf/127NEO0AIkIPm0THHY3H/YMUGXrszGDkv zpfYVkCORWmBI0NgPSE/i4Ez5KByBWrlhx+uP8JSMy5lRT11OL0rSwG X-Developer-Key: i=mathieu.dubois-briand@bootlin.com; a=ed25519; pk=1PVTmzPXfKvDwcPUzG0aqdGoKZJA3b9s+3DqRlm0Lww= X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 09 Sep 2025 14:30:44 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/2151 Allow to easily prepare mail series with b4. Most of the configuration was shamelessly stolen from openembedded-core git. Signed-off-by: Mathieu Dubois-Briand --- .b4-config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.b4-config b/.b4-config new file mode 100644 index 000000000000..8f8204a78ff1 --- /dev/null +++ b/.b4-config @@ -0,0 +1,4 @@ +[b4] + send-series-to = yocto-patches@lists.yoctoproject.org + prep-pre-flight-checks = disable-needs-auto-to-cc, disable-needs-checking + send-prefixes = yocto-autobuilder-helper