From 42920dd8d87255f98fe367bebefbf38e7825fc89 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 29 Jul 2024 09:09:58 +0800 Subject: spirv-headers: upgrade 1.3.283.0 -> 1.3.290.0 Changelog: ============== - SPV_ARM_cooperative_matrix_layouts - Add KHR suffix to OpExtInstWithForwardRefsKHR - Enforce grammar naming conventions for aliases - Adds SPV_KHR_relaxed_extended_instruction - SPV_EXT_replicated_composites - Fix SPIR-V reserved ranges - Add utility functions to strinfigy value enums - VkspReflection non-sematic: add dispatchId in configuration (From OE-Core rev: ef0750fe37d4f6dc3dfc66785ac14729db0dc3c9) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../recipes-graphics/spir/spirv-headers_1.3.283.0.bb | 20 -------------------- .../recipes-graphics/spir/spirv-headers_1.3.290.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb create mode 100644 meta/recipes-graphics/spir/spirv-headers_1.3.290.0.bb (limited to 'meta') diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb deleted file mode 100644 index 5ec7e42b7c..0000000000 --- a/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -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=d14ee3b13f42e9c9674acc5925c3d741" - -SRCREV = "4f7b471f1a66b6d06462cd4ba57628cc0cd087d7" -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: -# glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools -# vulkan-validation-layers, vulkan-utility-libraries, vulkan-volk. -# The tags versions should always be sdk-x.y.z, as this is what -# upstream considers a release. -UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P\d+(\.\d+)+)" -S = "${WORKDIR}/git" - -inherit cmake - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.290.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.290.0.bb new file mode 100644 index 0000000000..30280a5b5e --- /dev/null +++ b/meta/recipes-graphics/spir/spirv-headers_1.3.290.0.bb @@ -0,0 +1,20 @@ +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=d14ee3b13f42e9c9674acc5925c3d741" + +SRCREV = "2acb319af38d43be3ea76bfabf3998e5281d8d12" +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: +# glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools +# vulkan-validation-layers, vulkan-utility-libraries, vulkan-volk. +# The tags versions should always be sdk-x.y.z, as this is what +# upstream considers a release. +UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P\d+(\.\d+)+)" +S = "${WORKDIR}/git" + +inherit cmake + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf