From patchwork Fri Nov 3 20:02:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33661 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 35F42C4167B for ; Fri, 3 Nov 2023 20:02:28 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.63233.1699041739990404041 for ; Fri, 03 Nov 2023 13:02:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=O8EwocqF; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ISuXJFVY; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018b96c7822b-8ae52c6a-dd73-42e0-9dc8-e25769b49a45-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=1699041739; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=CJ1tEboRS9MpE1pn3Y9urhQODxhALJesEorIlQQDlp4=; b=O8EwocqFSAKIdXHLZlZL4SJq/uj21pG/FAUJ9Dkw3TNwaPZGoVfk+FnZycySCZ86 4HgYAxTDrkXFiB6D0i1Cvfa8GIKGDbT6ZmC0e75Ce5O2Cvuzh9wFW6g1Vvo/sc7ilkx ELDuZqPNRoqYu5dUhhZ+jWUkq6yNan62tw9T2Djk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041739; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=CJ1tEboRS9MpE1pn3Y9urhQODxhALJesEorIlQQDlp4=; b=ISuXJFVYz9Q+lI+NmsfED1NdzJNfEHu3/vjowY/nEJuAcr8QthR0L6bkAt3eJqrp 5+bXdhHDF4VMI3l0FEgc1uWxaMoQbmiL2BuEf9HpdIQhLjXJZnbSKnZaHXHYVobgPAJ 6LwyA+hJDUUN+CgrySRO8b0+5mitjN+8B7TlPSg0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] opencl-clhpp: upgrading to 2023.04.17 FAILED Message-ID: <0101018b96c7822b-8ae52c6a-dd73-42e0-9dc8-e25769b49a45-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 20:02:19 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-54.240.27.29 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 ; Fri, 03 Nov 2023 20:02:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106083 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *opencl-clhpp* to *2023.04.17* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-opencl-clhpp-upgrade-2.0.16-2023.04.17.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 ac042b9d2a777e8948cace9e3a9f2a58b2d83c9e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 17:13:41 +0000 Subject: [PATCH] opencl-clhpp: upgrade 2.0.16 -> 2023.04.17 --- meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb index 8a712602c..30a64aeff 100644 --- a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb @@ -6,8 +6,8 @@ SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch= LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" -PV = "2.0.16+git${SRCPV}" -SRCREV = "1df82b9749739f2681081092ae163bb0f0d40f66" +PV = "2023.04.17" +SRCREV = "8f536659b8f98220938afdd6b6cf6c90dc03b615" S = "${WORKDIR}/git"