mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
vulkan-volk: upgrade to 1.3.283.0
https://github.com/zeux/volk/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283 (From OE-Core rev: 3c047d9c78bc25d491eb7683cfd84291e96282fe) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fece04c86a
commit
3bc1f08392
+2
-2
@@ -10,7 +10,7 @@ LICENSE = "MIT"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=12e6af3a0e2a5e5dbf7796aa82b64626"
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=12e6af3a0e2a5e5dbf7796aa82b64626"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/zeux/volk.git;branch=master;protocol=https"
|
SRC_URI = "git://github.com/zeux/volk.git;branch=master;protocol=https"
|
||||||
SRCREV = "01986ac85fa2e5c70df09aeae9c907e27c5d50b2"
|
SRCREV = "3a8068a57417940cf2bf9d837a7bb60d015ca2f1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ inherit cmake features_check pkgconfig
|
|||||||
# These recipes need to be updated in lockstep with each other:
|
# These recipes need to be updated in lockstep with each other:
|
||||||
# glslang, vulkan-headers, vulkan-loader, vulkan-tools,
|
# glslang, vulkan-headers, vulkan-loader, vulkan-tools,
|
||||||
# vulkan-validation-layers, spirv-headers, spirv-tools,
|
# vulkan-validation-layers, spirv-headers, spirv-tools,
|
||||||
# vulkan-utility-libraries.
|
# vulkan-utility-libraries, vulkan-volk.
|
||||||
# The tags versions should always be sdk-x.y.z, as this is what
|
# The tags versions should always be sdk-x.y.z, as this is what
|
||||||
# upstream considers a release.
|
# upstream considers a release.
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
|
UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
|
||||||
Reference in New Issue
Block a user