mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
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 <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
806 B
BlitzBasic
21 lines
806 B
BlitzBasic
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<pver>\d+(\.\d+)+)"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|