diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2023-11-21 13:29:47 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-23 12:46:42 +0000 |
| commit | 97170cf8ea1b5ff509c78b85a1c9f1039e8895bf (patch) | |
| tree | 2f9670da8010d4fc92963a5c41b00653a9ed5573 /meta/recipes-graphics/spir | |
| parent | 541868630f0beae4644046393ffc4c394292fdd5 (diff) | |
| download | poky-97170cf8ea1b5ff509c78b85a1c9f1039e8895bf.tar.gz | |
vulkan: upgrade 1.3.261.1 -> 1.3.268.0
* Allow glslang to find external spirv-tools to build.
* Vulkan-validation-layers has been split. So a new recipe
Vulkan-Utility-Libraries has been added and vulkan-validation-layers now
depends on it.
(From OE-Core rev: 63bdeb74b133840f9d6f55093bf16f5a8a5d0ab7)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/spir')
| -rw-r--r-- | meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb (renamed from meta/recipes-graphics/spir/spirv-headers_1.3.261.1.bb) | 3 | ||||
| -rw-r--r-- | meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb (renamed from meta/recipes-graphics/spir/spirv-tools_1.3.261.1.bb) | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.261.1.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb index 945f0879f5..7045f70473 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.3.261.1.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.3.268.0.bb | |||
| @@ -4,11 +4,12 @@ HOMEPAGE = "https://www.khronos.org/registry/spir-v" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" |
| 6 | 6 | ||
| 7 | SRCREV = "124a9665e464ef98b8b718d572d5f329311061eb" | 7 | SRCREV = "e867c06631767a2d96424cbec530f9ee5e78180f" |
| 8 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" | 8 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" |
| 9 | PE = "1" | 9 | PE = "1" |
| 10 | # These recipes need to be updated in lockstep with each other: | 10 | # These recipes need to be updated in lockstep with each other: |
| 11 | # glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools | 11 | # glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools |
| 12 | # vulkan-validation-layers, vulkan-utility-libraries. | ||
| 12 | # The tags versions should always be sdk-x.y.z, as this is what | 13 | # The tags versions should always be sdk-x.y.z, as this is what |
| 13 | # upstream considers a release. | 14 | # upstream considers a release. |
| 14 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.261.1.bb b/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb index 6904288299..1cccafdad0 100644 --- a/meta/recipes-graphics/spir/spirv-tools_1.3.261.1.bb +++ b/meta/recipes-graphics/spir/spirv-tools_1.3.268.0.bb | |||
| @@ -7,11 +7,12 @@ SECTION = "graphics" | |||
| 7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 9 | 9 | ||
| 10 | SRCREV = "e553b884c7c9febaa4e52334f683641fb5f196a0" | 10 | SRCREV = "360d469b9eac54d6c6e20f609f9ec35e3a5380ad" |
| 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https" | 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https" |
| 12 | PE = "1" | 12 | PE = "1" |
| 13 | # These recipes need to be updated in lockstep with each other: | 13 | # These recipes need to be updated in lockstep with each other: |
| 14 | # glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools | 14 | # glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools |
| 15 | # vulkan-validation-layers, vulkan-utility-libraries. | ||
| 15 | # The tags versions should always be sdk-x.y.z, as this is what | 16 | # The tags versions should always be sdk-x.y.z, as this is what |
| 16 | # upstream considers a release. | 17 | # upstream considers a release. |
| 17 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" |
