From patchwork Sat Mar 1 11:25:24 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: 58159 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 06D74C28B25 for ; Sat, 1 Mar 2025 11:25:28 +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.web11.7048.1740828319010136327 for ; Sat, 01 Mar 2025 03:25:25 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=HWi6cUUh; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=iQ7sYiB4; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019551743304-9e5f83f4-7383-44fb-a2da-2a485647bf5c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1740828324; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=7ZhCAuv6E8YEeuGVZHBAsmt5zKj8eOMAE6WTK5sylxo=; b=HWi6cUUhbz6ibBJ5lTR3sUEvfJniT0Oaxb3RbZxya/Xl5R/qdNgv1vjc5SKw/Zsm NejjkicBeS+c/vk4VoopGKRx4zgITfYBNIWuuN3vB3uakWKTKm5/Pe5druuqEcTMTxe CUA5WeWUAdZ3WWWFTe4KuRCAxZRx3QuGwtljkVvs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1740828324; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=7ZhCAuv6E8YEeuGVZHBAsmt5zKj8eOMAE6WTK5sylxo=; b=iQ7sYiB4ND9wlmTnAiCfciO3JkIshkLdiy2TWvRe/vrixJ9kGtvRngybYe0SGKFW APuQ5bp/UCFd1HCW7CHsFjOKKpx4pGvZZ6zNGSfB0o799d3j+kvt+VfWye5LIjjPqGr 8U7UX4yi5xHPL1MHm4FaIKvPm1fSODQTAGiknfOU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] go-binary-native: upgrading to 1.24.0 SUCCEEDED Message-ID: <0101019551743304-9e5f83f4-7383-44fb-a2da-2a485647bf5c-000000@us-west-2.amazonses.com> Date: Sat, 1 Mar 2025 11:25:24 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.01-54.240.27.193 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 ; Sat, 01 Mar 2025 11:25:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212121 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *go-binary-native* to *1.24.0* has Succeeded. Next steps: - apply the patch: git am 0001-go-binary-native-upgrade-1.22.12-1.24.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 bb4d3efdd418e9716fde83be36a1db08ce53a4a5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Mar 2025 07:34:04 +0000 Subject: [PATCH] go-binary-native: upgrade 1.22.12 -> 1.24.0 --- ..._1.22.12.bb => go-binary-native_1.24.0.bb} | 34 ++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) rename meta/recipes-devtools/go/{go-binary-native_1.22.12.bb => go-binary-native_1.24.0.bb} (46%) diff --git a/meta/recipes-devtools/go/go-binary-native_1.22.12.bb b/meta/recipes-devtools/go/go-binary-native_1.24.0.bb similarity index 46% rename from meta/recipes-devtools/go/go-binary-native_1.22.12.bb rename to meta/recipes-devtools/go/go-binary-native_1.24.0.bb index 747737ff94..b02b12fc46 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.22.12.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.24.0.bb @@ -1,17 +1,43 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,4 +1,4 @@ +# -Copyright (c) 2009 The Go Authors. All rights reserved. +# +Copyright 2009 The Go Authors. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# @@ -10,7 +10,7 @@ +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# - * Neither the name of Google Inc. nor the names of its +# + * Neither the name of Google LLC nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# +# + # This recipe is for bootstrapping our go-cross from a prebuilt binary of Go from golang.org. SUMMARY = "Go programming language compiler (upstream binary for bootstrap)" HOMEPAGE = " http://golang.org/" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7998cb338f82d15c0eff93b7004d272a" 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] = "4fa4f869b0f7fc6bb1eb2660e74657fbf04cdd290b5aef905585c86051b34d43" -SRC_URI[go_linux_arm64.sha256sum] = "fd017e647ec28525e86ae8203236e0653242722a7436929b1f775744e26278e7" -SRC_URI[go_linux_ppc64le.sha256sum] = "9573d30003b0796717a99d9e2e96c48fddd4fc0f29d840f212c503b03d7de112" +SRC_URI[go_linux_amd64.sha256sum] = "dea9ca38a0b852a74e81c26134671af7c0fbe65d81b0dc1c5bfe22cf7d4c8858" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux"