diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-03-06 07:42:27 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-07 17:25:03 +0000 |
| commit | c9be277fb3b7ef2ea2bfcede972b91d91abe2e54 (patch) | |
| tree | 83ae06c86a9bc461674c3ea42cb558cd5c8cc504 /meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb | |
| parent | 16aa12c8da9feedb92ff2dbd99e859ab14f4ee40 (diff) | |
| download | poky-c9be277fb3b7ef2ea2bfcede972b91d91abe2e54.tar.gz | |
vulkan: upgrade 1.3.268.0 -> 1.3.275.0
Add vulkan-volk recipe to support building latest vulkan-tools.
(From OE-Core rev: d3d0375fa0b4809d2c69837faf5df297d92de683)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb')
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb b/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb deleted file mode 100644 index fee4ba6cc9..0000000000 --- a/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.268.0.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | SUMMARY = "Vulkan Utility Libraries" | ||
| 2 | DESCRIPTION = "Common libraries created to share code across various \ | ||
| 3 | Vulkan repositories, solving long standing issues for Vulkan SDK \ | ||
| 4 | developers and users." | ||
| 5 | HOMEPAGE = "https://www.khronos.org/vulkan/" | ||
| 6 | BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Utility-Libraries" | ||
| 7 | SECTION = "libs" | ||
| 8 | |||
| 9 | LICENSE = "Apache-2.0" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=4ca2d6799091aaa98a8520f1b793939b" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Utility-Libraries.git;branch=main;protocol=https" | ||
| 13 | SRCREV = "c9ca4ac620a238a93c65d864f2eaa33954d74509" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | REQUIRED_DISTRO_FEATURES = "vulkan" | ||
| 18 | |||
| 19 | DEPENDS = "vulkan-headers" | ||
| 20 | |||
| 21 | EXTRA_OECMAKE = "\ | ||
| 22 | -DBUILD_TESTS=OFF \ | ||
| 23 | " | ||
| 24 | |||
| 25 | inherit cmake features_check pkgconfig | ||
| 26 | |||
| 27 | # These recipes need to be updated in lockstep with each other: | ||
| 28 | # glslang, vulkan-headers, vulkan-loader, vulkan-tools, | ||
| 29 | # vulkan-validation-layers, spirv-headers, spirv-tools, | ||
| 30 | # vulkan-utility-libraries. | ||
| 31 | # The tags versions should always be sdk-x.y.z, as this is what | ||
| 32 | # upstream considers a release. | ||
| 33 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | ||
