From patchwork Mon Jun 1 15:35:35 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: 88998 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 E9785CD6E6F for ; Mon, 1 Jun 2026 15:35:40 +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.msgproc01-g2.1549.1780328126343726066 for ; Mon, 01 Jun 2026 08:35:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=u2IwJq3e; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=X1ZjT7L2; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019e83d379c5-6b25eead-0fe9-4383-8633-8c99c1c8681a-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=1780328135; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=N7jhqdCCotlrUc/AyZqUb81sBekAxF5wEudAf1y9A7U=; b=u2IwJq3eFctc8unphgIr0eP2P85iL5ajNptrTvgbtqR5mMY+kjhl4fdo4t97FWcf /PfC+oi+4NrqcrPayEOOvvkv8cXU2nY5AesMk/ycYnS3ZC1YeZGpG2i1fZllUHM+8+S o5+v4y/XGrNAv+3VMcB16FiXfPWusnRycXud8S+Q= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1780328135; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=N7jhqdCCotlrUc/AyZqUb81sBekAxF5wEudAf1y9A7U=; b=X1ZjT7L2p6PkFr0nFv03G6plnURIBNlB8tot53cw5LV1vfnMGSQ8cBCjy4x/VbON TrLSV4KMynEwqQH9SF0kw8VlvQHhA8/3dsgH4oij2ixtMHUjTMLM/SnJgw4SODPEHQn U1LuQJCIndHuVWtWR/DtODTv8UHDrJawWDtkPEdM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gn: upgrading to 3357c4f51b1a9e676378c695dd9c7e9911c35ee6 SUCCEEDED Message-ID: <0101019e83d379c5-6b25eead-0fe9-4383-8633-8c99c1c8681a-000000@us-west-2.amazonses.com> Date: Mon, 1 Jun 2026 15:35:35 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.01-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 ; Mon, 01 Jun 2026 15:35:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237869 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gn* to *3357c4f51b1a9e676378c695dd9c7e9911c35ee6* has Succeeded. Next steps: - apply the patch: git am 0001-gn-upgrade-to-latest-revision.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 13dd3bb13b7f9349a1c28ff3c64af876f2f2f011 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jun 2026 07:53:03 +0000 Subject: [PATCH] gn: upgrade to latest revision --- .../0001-gn-fix-build-with-gcc-16-on-musl.patch | 12 ++++-------- meta/recipes-devtools/gn/gn_git.bb | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch b/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch index e933c17d8a..791b967d3f 100644 --- a/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch +++ b/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch @@ -1,4 +1,4 @@ -From 6d22f5c9e96811f1abcedd8fb1849fe72747b5c4 Mon Sep 17 00:00:00 2001 +From 7f6e5e9e91f59c1b177e649cc2386f2de5096326 Mon Sep 17 00:00:00 2001 From: Hemanth Kumar M D Date: Mon, 11 May 2026 02:43:10 -0700 Subject: [PATCH] gn: fix build with GCC 16 on musl @@ -11,23 +11,19 @@ Fixes: Upstream-Status: Submitted [https://gn-review.googlesource.com/c/gn/+/22740] Signed-off-by: Hemanth Kumar M D - --- src/gn/pool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gn/pool.h b/src/gn/pool.h -index e03113608..247cb6425 100644 +index 7beb5da0..c3d5883e 100644 --- a/src/gn/pool.h +++ b/src/gn/pool.h -@@ -6,6 +6,7 @@ - #define TOOLS_GN_POOL_H_ +@@ -7,6 +7,7 @@ + #include #include +#include #include "gn/item.h" --- -2.49.0 - diff --git a/meta/recipes-devtools/gn/gn_git.bb b/meta/recipes-devtools/gn/gn_git.bb index 6047ab5e2b..238f991b3c 100644 --- a/meta/recipes-devtools/gn/gn_git.bb +++ b/meta/recipes-devtools/gn/gn_git.bb @@ -9,7 +9,7 @@ UPSTREAM_CHECK_COMMITS = "1" SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main \ file://0001-gn-fix-build-with-gcc-16-on-musl.patch \ " -SRCREV = "eab8a9f92dca9b8548a89d9e5eb6aeb8ac6bba77" +SRCREV = "3357c4f51b1a9e676378c695dd9c7e9911c35ee6" PV = "0+git" BB_GIT_SHALLOW = ""