From patchwork Tue Jan 28 18:39:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 56187 X-Patchwork-Delegate: steve@sakoman.com 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 32B01C02190 for ; Tue, 28 Jan 2025 18:40:39 +0000 (UTC) Received: from mta-64-226.siemens.flowmailer.net (mta-64-226.siemens.flowmailer.net [185.136.64.226]) by mx.groups.io with SMTP id smtpd.web10.4715.1738089632760378902 for ; Tue, 28 Jan 2025 10:40:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm2 header.b=Vv1+8JPL; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.226, mailfrom: fm-256628-2025012818402918d82f5648c07b0989-fgdkdp@rts-flowmailer.siemens.com) Received: by mta-64-226.siemens.flowmailer.net with ESMTPSA id 2025012818402918d82f5648c07b0989 for ; Tue, 28 Jan 2025 19:40:30 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm2; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=W6Cjp1qj7FAW2f2I/akp8ZLAiH7DlPo0Bodhq/K02mg=; b=Vv1+8JPLCK+7RB7ESpWJO8oGl7Ec/3URgwrrNpnUB46TOnmdDTERGxh9DTzbicMtMvjQuk 4nYMvHtDfleAxebqJxbRM+p6ghN8ww+3AZoM72yScyHAdb+HbzyeQAOZ2diu6WYha7PBTnwn pNbwZE0sWJBYJa23MkDQSvrfR8rBWoElirxeXhv0/7/cPD7QFCF5XbCyX86+pKlnFVosV5F+ tT/XyVDlQqmjRqjw6HtBE1A1sWQtfxnXQqzRRqAEWhX2hOaUGY2zCUuhpAKxhGNg92wmuEPq wSQWHAL+TdJdGNYE+44qrgZNACvxKFKE97x0eMCE2GE9n+sEIQu9XGFA==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [OE-core][scarthgap][styhead][PATCH 1/3] go: upgrade 1.22.8 -> 1.22.9 Date: Tue, 28 Jan 2025 19:39:41 +0100 Message-Id: <20250128183943.799429-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer 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, 28 Jan 2025 18:40:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210332 From: Peter Marko Upgrade to latest 1.22.x release [1]: $ git --no-pager log --oneline go1.22.8..go1.22.9 8af39d30a4 (tag: go1.22.9) [release-branch.go1.22] go1.22.9 c19e5887f4 [release-branch.go1.22] cmd/cgo/internal/testcarchive: remove 1-minute timeout e3fd4ba7f9 [release-branch.go1.22] cmd/link: generate Mach-O UUID when -B flag is specified 29252e4c5a [release-branch.go1.22] runtime: fix TestGdbAutotmpTypes on gdb version 15 [1] https://github.com/golang/go/compare/go1.22.8...go1.22.9 (From OE-Core rev: 4f2f202506bcefb4d6c46a11738e159e261a4a4b) Signed-off-by: Peter Marko Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/{go-1.22.8.inc => go-1.22.9.inc} | 2 +- ...o-binary-native_1.22.8.bb => go-binary-native_1.22.9.bb} | 6 +++--- ...cross-canadian_1.22.8.bb => go-cross-canadian_1.22.9.bb} | 0 .../go/{go-cross_1.22.8.bb => go-cross_1.22.9.bb} | 0 .../go/{go-crosssdk_1.22.8.bb => go-crosssdk_1.22.9.bb} | 0 .../go/{go-runtime_1.22.8.bb => go-runtime_1.22.9.bb} | 0 meta/recipes-devtools/go/{go_1.22.8.bb => go_1.22.9.bb} | 0 7 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/go/{go-1.22.8.inc => go-1.22.9.inc} (89%) rename meta/recipes-devtools/go/{go-binary-native_1.22.8.bb => go-binary-native_1.22.9.bb} (78%) rename meta/recipes-devtools/go/{go-cross-canadian_1.22.8.bb => go-cross-canadian_1.22.9.bb} (100%) rename meta/recipes-devtools/go/{go-cross_1.22.8.bb => go-cross_1.22.9.bb} (100%) rename meta/recipes-devtools/go/{go-crosssdk_1.22.8.bb => go-crosssdk_1.22.9.bb} (100%) rename meta/recipes-devtools/go/{go-runtime_1.22.8.bb => go-runtime_1.22.9.bb} (100%) rename meta/recipes-devtools/go/{go_1.22.8.bb => go_1.22.9.bb} (100%) diff --git a/meta/recipes-devtools/go/go-1.22.8.inc b/meta/recipes-devtools/go/go-1.22.9.inc similarity index 89% rename from meta/recipes-devtools/go/go-1.22.8.inc rename to meta/recipes-devtools/go/go-1.22.9.inc index 542519b930..8fe2a8e39c 100644 --- a/meta/recipes-devtools/go/go-1.22.8.inc +++ b/meta/recipes-devtools/go/go-1.22.9.inc @@ -15,4 +15,4 @@ SRC_URI += "\ file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \ " -SRC_URI[main.sha256sum] = "df12c23ebf19dea0f4bf46a22cbeda4a3eca6f474f318390ce774974278440b8" +SRC_URI[main.sha256sum] = "e81a362f51aee2125722b018e46714e6a055a1954283414c0f937e737013db22" diff --git a/meta/recipes-devtools/go/go-binary-native_1.22.8.bb b/meta/recipes-devtools/go/go-binary-native_1.22.9.bb similarity index 78% rename from meta/recipes-devtools/go/go-binary-native_1.22.8.bb rename to meta/recipes-devtools/go/go-binary-native_1.22.9.bb index 98799eb503..040091be79 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.22.8.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.22.9.bb @@ -9,9 +9,9 @@ PROVIDES = "go-native" # Checksums available at https://go.dev/dl/ SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" -SRC_URI[go_linux_amd64.sha256sum] = "5f467d29fc67c7ae6468cb6ad5b047a274bae8180cac5e0b7ddbfeba3e47e18f" -SRC_URI[go_linux_arm64.sha256sum] = "5c616b32dab04bb8c4c8700478381daea0174dc70083e4026321163879278a4a" -SRC_URI[go_linux_ppc64le.sha256sum] = "c546f27866510bf8e54e86fe6f58c705af0e894341e5572c91f197a734152c27" +SRC_URI[go_linux_amd64.sha256sum] = "84a8f05b7b969d8acfcaf194ce9298ad5d3ddbfc7034930c280006b5c85a574c" +SRC_URI[go_linux_arm64.sha256sum] = "5beec5ef9f019e1779727ef0d9643fa8bf2495e7222014d2fc4fbfce5999bf01" +SRC_URI[go_linux_ppc64le.sha256sum] = "dcee55b402eaf46e7ffb2018b9e30b27ae5e821367697d8f8ff1ed1cecfd7948" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux" diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.22.8.bb b/meta/recipes-devtools/go/go-cross-canadian_1.22.9.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.22.8.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.22.9.bb diff --git a/meta/recipes-devtools/go/go-cross_1.22.8.bb b/meta/recipes-devtools/go/go-cross_1.22.9.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.22.8.bb rename to meta/recipes-devtools/go/go-cross_1.22.9.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.22.8.bb b/meta/recipes-devtools/go/go-crosssdk_1.22.9.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.22.8.bb rename to meta/recipes-devtools/go/go-crosssdk_1.22.9.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.22.8.bb b/meta/recipes-devtools/go/go-runtime_1.22.9.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.22.8.bb rename to meta/recipes-devtools/go/go-runtime_1.22.9.bb diff --git a/meta/recipes-devtools/go/go_1.22.8.bb b/meta/recipes-devtools/go/go_1.22.9.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.22.8.bb rename to meta/recipes-devtools/go/go_1.22.9.bb