From patchwork Sat Nov 15 16:38:33 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 74610 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 A4CD8CEBF68 for ; Sat, 15 Nov 2025 16:38:40 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.12113.1763224714356595535 for ; Sat, 15 Nov 2025 08:38:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=3T2CC3Pv; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=s2q3q7gH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019a8861f94d-da112ea4-5ad2-4d4e-acf1-e17a405b3fb5-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1763224713; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=aaKN8enm3lTJwai3yAkxZ+Vfj4PMolMHzGhdGTW8jGQ=; b=3T2CC3PvceK9cMdAs9z31quUuegshWHEc5KGl8P7og1F6sq5QjSTLbXnj0pJk/Wl QsV6UaPj3q70E/zR9uQbuIeNpCLcagiLAu3M8dXR4Rl6iOvWhDYBO8t8aU9LX8eWcne 9RC6J0FkvJZui5z0K3922s+TChbuUyrZ9yhIsDnw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1763224713; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=aaKN8enm3lTJwai3yAkxZ+Vfj4PMolMHzGhdGTW8jGQ=; b=s2q3q7gHsnDSVRvX2sMOF03cVgG/9uVtAgxLsJOGbKltR/t7+Pv76GlNZWmshqwL lRy3w3xktcub1doyJODQhaAtBt5xoSMFQf4j6v9JLK//amSWLMafofJ9iKG+sda/0VH S5SmyOrwSTXeDdlZj7pFI5VRXu9zJDiJWCy4NTC8= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] dhcpcd: upgrading to 10.3.0 SUCCEEDED Message-ID: <0101019a8861f94d-da112ea4-5ad2-4d4e-acf1-e17a405b3fb5-000000@us-west-2.amazonses.com> Date: Sat, 15 Nov 2025 16:38:33 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.15-54.240.27.193 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Nov 2025 16:38:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226319 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *dhcpcd* to *10.3.0* has Succeeded. Next steps: - apply the patch: git am 0001-dhcpcd-upgrade-10.2.4-10.3.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From cef017eaef06fbf5b8975a23544d929db8f7a7a4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Nov 2025 07:44:53 +0000 Subject: [PATCH] dhcpcd: upgrade 10.2.4 -> 10.3.0 --- .../dhcpcd/{dhcpcd_10.2.4.bb => dhcpcd_10.3.0.bb} | 2 +- ...20-resolv.conf-improve-the-sitation-of-working-with-.patch | 2 +- ...001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch | 4 ++-- .../0001-remove-INCLUDEDIR-to-prevent-build-issues.patch | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.2.4.bb => dhcpcd_10.3.0.bb} (97%) diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb similarity index 97% rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb index bfb24aa58c..a9d55313ae 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb @@ -17,7 +17,7 @@ SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=ma file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \ " -SRCREV = "93df2b254caf9639f9ffb66e0fe2b584eeba6220" +SRCREV = "385ff246cbdbd1627582999f7705bf9ef2ad0d7d" # Doesn't use automake so we can't do out-of-tree builds inherit pkgconfig autotools-brokensep systemd useradd diff --git a/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch b/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch index 512e33aebf..54875d3f84 100644 --- a/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch +++ b/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch @@ -1,4 +1,4 @@ -From d1581ce103db0a5db0b1761907fff9ddd6b55a8a Mon Sep 17 00:00:00 2001 +From 62eda958ed6d5c23fe88672960b63d916f784a48 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 9 Nov 2022 16:33:18 +0800 Subject: [PATCH] 20-resolv.conf: improve the sitation of working with systemd diff --git a/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch b/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch index 484b84f94a..683731369b 100644 --- a/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch +++ b/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch @@ -1,4 +1,4 @@ -From e9b1376c59b15e7b03611429187d9d89167154b5 Mon Sep 17 00:00:00 2001 +From 3cad22fbb96e96d58c71bb867e7dd3a67ee1f513 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 10 Mar 2023 03:48:46 +0000 Subject: [PATCH] dhcpcd.8: Fix conflict error when enable multilib. @@ -29,7 +29,7 @@ Signed-off-by: Lei Maohui 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcpcd.8.in b/src/dhcpcd.8.in -index 91fdde2c..b467dc3b 100644 +index ebbf06c0..c7ffee6b 100644 --- a/src/dhcpcd.8.in +++ b/src/dhcpcd.8.in @@ -826,7 +826,7 @@ Configuration file for dhcpcd. diff --git a/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch b/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch index fd3fae7e7e..12ffdad8ae 100644 --- a/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch +++ b/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch @@ -1,4 +1,4 @@ -From c2ebc32112e0cd29390b4dc951b65efae36d607b Mon Sep 17 00:00:00 2001 +From 48b70b3a25ea290115c95ae5d5451792c4cce2a2 Mon Sep 17 00:00:00 2001 From: Stefano Cappa Date: Sun, 13 Jan 2019 01:50:52 +0100 Subject: [PATCH] remove INCLUDEDIR to prevent build issues @@ -11,7 +11,7 @@ Signed-off-by: Stefano Cappa 1 file changed, 5 deletions(-) diff --git a/configure b/configure -index a60da137..3673de8b 100755 +index e9c08f18..3f0770b7 100755 --- a/configure +++ b/configure @@ -26,7 +26,6 @@ BUILD=