From patchwork Thu Sep 3 05:43:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 97182 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 7E6BAC61DD3 for ; Thu, 3 Sep 2026 05:43:08 +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.1303.1788414186118214239 for ; Wed, 02 Sep 2026 22:43:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=VL6Uy/Qg; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Qg7fG5mH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101a065cacd18-6689b39a-532c-45a5-b0d7-e03c3b18cc20-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1788414185; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=MruMEaUL7ikaZtsDnk212Jw7/hT5v4bx+MP9MyZYB+8=; b=VL6Uy/QgmaEyNXL2lV0pF+bsVtl/Oam0qj2s0jB6AYGxdOfYYVf/Dvs6txg0XVwe ydZYbFMWm863aUJo+67PZ1YdEHdt1ueeshrXGE+VBFiy/zHKjupom6oIVocrOOZzu1b 0MiwWi7eQ/Srf0FXflN7RJiQ31BSUk3naPHg0B1A= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1788414185; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=MruMEaUL7ikaZtsDnk212Jw7/hT5v4bx+MP9MyZYB+8=; b=Qg7fG5mHqKA0XN7eg16291NgXxMqj0NLKs/RPYZpy5lwtUx76/msH8Oxh44Cue0h anClOlpiPAED38cKW2lxpW8t/VvZHB9MiwzppmuP2xXercKQtGDufKIJ4mNzyBCOHDS cbTv4LVGnlip3uLyHAiz9aRKrNuh/SgltePeVg5U= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] iproute2: upgrading to 7.2.0 SUCCEEDED Message-ID: <010101a065cacd18-6689b39a-532c-45a5-b0d7-e03c3b18cc20-000000@us-west-2.amazonses.com> Date: Thu, 3 Sep 2026 05:43:04 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.03-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 ; Thu, 03 Sep 2026 05:43:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244999 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *iproute2* to *7.2.0* has Succeeded. Next steps: - apply the patch: git am 0001-iproute2-upgrade-7.1.0-7.2.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 ebf35151af164fa38ec8f51d63101536c25a6ea0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 3 Sep 2026 05:35:23 +0000 Subject: [PATCH] iproute2: upgrade 7.1.0 -> 7.2.0 --- ...1-include-libnetlink.h-add-missing-include-for-htobe64.patch | 2 +- .../0002-include-color.h-add-missing-include-for-types.patch | 2 +- .../iproute2/{iproute2_7.1.0.bb => iproute2_7.2.0.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_7.1.0.bb => iproute2_7.2.0.bb} (97%) diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch index 1d3fc5bb40..ececd00539 100644 --- a/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch +++ b/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch @@ -1,4 +1,4 @@ -From dc1db1129a98530fb44b3d1a448e991adaf5b066 Mon Sep 17 00:00:00 2001 +From 61a0f63cd424b2e521b8b2e190c98271ced98de6 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 24 Aug 2024 15:32:25 +0200 Subject: [PATCH] include/libnetlink.h: add missing include for htobe64 diff --git a/meta/recipes-connectivity/iproute2/iproute2/0002-include-color.h-add-missing-include-for-types.patch b/meta/recipes-connectivity/iproute2/iproute2/0002-include-color.h-add-missing-include-for-types.patch index 2078e48d8a..5ed8335be7 100644 --- a/meta/recipes-connectivity/iproute2/iproute2/0002-include-color.h-add-missing-include-for-types.patch +++ b/meta/recipes-connectivity/iproute2/iproute2/0002-include-color.h-add-missing-include-for-types.patch @@ -1,4 +1,4 @@ -From 5c7bd395e9364a1c7c9370680ff265e50cf2b2b9 Mon Sep 17 00:00:00 2001 +From 7dc5b9726cdf214835c62967f7dcb8ceb660ece7 Mon Sep 17 00:00:00 2001 From: Andrej Kozemcak Date: Thu, 5 Mar 2026 08:06:54 +0100 Subject: [PATCH] include/color.h: add missing include for types diff --git a/meta/recipes-connectivity/iproute2/iproute2_7.1.0.bb b/meta/recipes-connectivity/iproute2/iproute2_7.2.0.bb similarity index 97% rename from meta/recipes-connectivity/iproute2/iproute2_7.1.0.bb rename to meta/recipes-connectivity/iproute2/iproute2_7.2.0.bb index c5944f2e54..096601029c 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_7.1.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_7.2.0.bb @@ -16,7 +16,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ file://0002-include-color.h-add-missing-include-for-types.patch \ " -SRC_URI[sha256sum] = "fd9fa1b95809417157ca83dd72957e3261bdbce896353cb936f80af0b33a4b5c" +SRC_URI[sha256sum] = "4c2fa124c2cf0afd7ca34d1eeacba6ba048a56f6374e2aab93dafbdbd4eea9c0" inherit update-alternatives bash-completion pkgconfig