From patchwork Tue Jun 16 05:27:15 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: 90165 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 9A72DCD98E4 for ; Tue, 16 Jun 2026 05:27:20 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.147371.1781587636062203104 for ; Mon, 15 Jun 2026 22:27:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=SR/glEMu; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=W+1Ae43V; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019ecee5ebcb-1427baa0-6e0f-4609-be85-725b802b031a-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=1781587635; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=CHcGiRhedvO5gopIvMaStKvoefoC8UCcZZeFYLfVCq0=; b=SR/glEMuYs2JlYgFNpJRsltjCJ2/7sflxjrnSCs8rlOCY9UvKKzq+BubYvP6fmCz p3bd/wpu5EWyP9lOjonm6gtQJ3mBhg1Fyh0CJqGrrF5o9OQbeyUn+c1upsYAESOQuX2 8GwiRUUmg1r1yJdjYV6KKjxwkwWSeWifXHyo9gTo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1781587635; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=CHcGiRhedvO5gopIvMaStKvoefoC8UCcZZeFYLfVCq0=; b=W+1Ae43VEvCUgjViJyKsqCAPJQtRiHd/xTgTFKZs20wRwlOFHM0yvWzzkEBaE43M ITbbk9Wh+mIOSw1DIAunPtB86ih23qrQYvq4nksx9+WXeqGFs8RYxWjrrxwF0GRSQf7 U74X4uKVVDrUyUR9uMCNTNp6bqNWuqk3zh3PBFIg= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] iproute2: upgrading to 7.1.0 SUCCEEDED Message-ID: <0101019ecee5ebcb-1427baa0-6e0f-4609-be85-725b802b031a-000000@us-west-2.amazonses.com> Date: Tue, 16 Jun 2026 05:27:15 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.16-54.240.27.23 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 ; Tue, 16 Jun 2026 05:27:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/238864 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *iproute2* to *7.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-iproute2-upgrade-7.0.0-7.1.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 5811776c94e1eb86c773049005cb09142ad75817 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Jun 2026 05:15:13 +0000 Subject: [PATCH] iproute2: upgrade 7.0.0 -> 7.1.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.0.0.bb => iproute2_7.1.0.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_7.0.0.bb => iproute2_7.1.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 efca33b6cf..1d3fc5bb40 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 c32fe3424c067baebbf6c263886e04bb99a5af77 Mon Sep 17 00:00:00 2001 +From dc1db1129a98530fb44b3d1a448e991adaf5b066 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 c5c7254c61..2078e48d8a 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 2289366b53c5bdc117907e88578d24d2007fd035 Mon Sep 17 00:00:00 2001 +From 5c7bd395e9364a1c7c9370680ff265e50cf2b2b9 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.0.0.bb b/meta/recipes-connectivity/iproute2/iproute2_7.1.0.bb similarity index 97% rename from meta/recipes-connectivity/iproute2/iproute2_7.0.0.bb rename to meta/recipes-connectivity/iproute2/iproute2_7.1.0.bb index 15f626de3e..c5944f2e54 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_7.0.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_7.1.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] = "e62890f7b5de63c05a3bf331dc8deb4c015c336013f341a4edf46969797f2f4e" +SRC_URI[sha256sum] = "fd9fa1b95809417157ca83dd72957e3261bdbce896353cb936f80af0b33a4b5c" inherit update-alternatives bash-completion pkgconfig