From patchwork Tue Apr 16 06:14:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 42508 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 BCF47C52CDC for ; Tue, 16 Apr 2024 06:14:17 +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.web10.13590.1713248038848929704 for ; Mon, 15 Apr 2024 23:14:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=BR8frqqT; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=G4RAJ3B1; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018ee58a9a0e-8bc47b03-e3f9-454f-8b13-6aafb5db65c0-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=1713248049; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=K/qe5UPMlX3rDiSZqgfvlXZ4JZcWTSG5i2cP3w75i1k=; b=BR8frqqTvB3igcsdV+qqtQJfADQrPVWyTd/i+uAM+ktWw/33movZt8OR1IVuPyZn Y08s+mOXKdDTt79NFs8ucBj5cc/dkhGCfcBr7tjgMrCVZR5pb9YxLbfZ9jOYuFCKobw Yulr0Hx+HBUkozdmj1KEbeCHyqYJX6g26mBOO0+k= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1713248049; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=K/qe5UPMlX3rDiSZqgfvlXZ4JZcWTSG5i2cP3w75i1k=; b=G4RAJ3B1mKNdGR6ANA9jtwj2cYNtGDll86VwrEJgdfUxhvMPRXsozgtifXJ5AY1U AiS7IWsQ8EKNCAhVv4Y/x8GOqEzY/rbenHRFuGlFVyu0yfQJVzCFWw70Tz/6mhjh+mP /Qo4BJ56jdWHDXwJvlCUrXSgy7yp+To3y0g/Fsro= MIME-Version: 1.0 From: auh@yoctoproject.org To: Jose Quaresma Cc: openembedded-core@lists.openembedded.org Subject: [AUH] spirv-headers: upgrading to 1.3.280.0 SUCCEEDED Message-ID: <0101018ee58a9a0e-8bc47b03-e3f9-454f-8b13-6aafb5db65c0-000000@us-west-2.amazonses.com> Date: Tue, 16 Apr 2024 06:14:09 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.16-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 ; Tue, 16 Apr 2024 06:14:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198368 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *spirv-headers* to *1.3.280.0* has Succeeded. Next steps: - apply the patch: git am 0001-spirv-headers-upgrade-1.3.275.0-1.3.280.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 58b5fa610990c66d2f4a1d22abef9c32860095e6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Apr 2024 23:31:11 +0000 Subject: [PATCH] spirv-headers: upgrade 1.3.275.0 -> 1.3.280.0 --- ....3.275.0.bb => spirv-headers_1.3.280.0.bb} | 105 +++++++++++++++++- 1 file changed, 103 insertions(+), 2 deletions(-) rename meta/recipes-graphics/spir/{spirv-headers_1.3.275.0.bb => spirv-headers_1.3.280.0.bb} (12%) diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb similarity index 12% rename from meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb rename to meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb index 598a8fc209..e1d4bfedf0 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb @@ -1,10 +1,111 @@ +# 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,5 @@ +# -Copyright (c) 2015-2018 The Khronos Group Inc. +# +Files: All files except for those called out below. +# +Copyright (c) 2015-2024 The Khronos Group Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and/or associated documentation files (the +# @@ -23,3 +24,80 @@ +# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +# MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +# + +# +--- +# + +# +Files: include/spirv/spir-v.xml +# +Copyright (c) 2015-2024 The Khronos Group Inc. +# + +# +Permission is hereby granted, free of charge, to any person obtaining a +# +copy of this software and/or associated documentation files (the +# +"Materials"), to deal in the Materials without restriction, including +# +without limitation the rights to use, copy, modify, merge, publish, +# +distribute, sublicense, and/or sell copies of the Materials, and to +# +permit persons to whom the Materials are furnished to do so, subject to +# +the following conditions: +# + +# +The above copyright notice and this permission notice shall be included +# +in all copies or substantial portions of the Materials. +# + +# +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +# +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +# +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +# +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +# +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +# +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +# + +# +--- +# + +# +Files: tools/buildHeaders/jsoncpp/* +# +The JsonCpp library's source code, including accompanying documentation, +# +tests and demonstration applications, are licensed under the following +# +conditions... +# + +# +The author (Baptiste Lepilleur) explicitly disclaims copyright in all +# +jurisdictions which recognize such a disclaimer. In such jurisdictions, +# +this software is released into the Public Domain. +# + +# +In jurisdictions which do not recognize Public Domain property (e.g. Germany as of +# +2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is +# +released under the terms of the MIT License (see below). +# + +# +In jurisdictions which recognize Public Domain property, the user of this +# +software may choose to accept it either as 1) Public Domain, 2) under the +# +conditions of the MIT License (see below), or 3) under the terms of dual +# +Public Domain/MIT License conditions described here, as they choose. +# + +# +The MIT License is about as close to Public Domain as a license can get, and is +# +described in clear, concise terms at: +# + +# + http://en.wikipedia.org/wiki/MIT_License +# + +# +The full text of the MIT License follows: +# + +# +======================================================================== +# +Copyright (c) 2007-2010 Baptiste Lepilleur +# + +# +Permission is hereby granted, free of charge, to any person +# +obtaining a copy of this software and associated documentation +# +files (the "Software"), to deal in the Software without +# +restriction, including without limitation the rights to use, copy, +# +modify, merge, publish, distribute, sublicense, and/or sell copies +# +of the Software, and to permit persons to whom the Software is +# +furnished to do so, subject to the following conditions: +# + +# +The above copyright notice and this permission notice shall be +# +included in all copies or substantial portions of the Software. +# + +# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +# +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +# +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +# +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +# +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# +SOFTWARE. +# +======================================================================== +# + +# +--- +# +# + SUMMARY = "Machine-readable files for the SPIR-V Registry" SECTION = "graphics" HOMEPAGE = "https://www.khronos.org/registry/spir-v" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d14ee3b13f42e9c9674acc5925c3d741" -SRCREV = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" +SRCREV = "8b246ff75c6615ba4532fe4fde20f1be090c3764" SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" PE = "1" # These recipes need to be updated in lockstep with each other: