diff options
| -rw-r--r-- | meta/recipes-graphics/glslang/glslang_1.4.321.0.bb (renamed from meta/recipes-graphics/glslang/glslang_1.4.313.0.bb) | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb (renamed from meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb) | 6 | ||||
| -rw-r--r-- | meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb (renamed from meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb) | 2 | ||||
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-headers_1.4.321.0.bb (renamed from meta/recipes-graphics/vulkan/vulkan-headers_1.4.313.0.bb) | 2 | ||||
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-loader_1.4.321.0.bb (renamed from meta/recipes-graphics/vulkan/vulkan-loader_1.4.313.0.bb) | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-tools_1.4.321.0.bb (renamed from meta/recipes-graphics/vulkan/vulkan-tools_1.4.313.0.bb) | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.321.0.bb (renamed from meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.313.0.bb) | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.321.0.bb (renamed from meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.313.0.bb) | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-volk_1.4.321.0.bb (renamed from meta/recipes-graphics/vulkan/vulkan-volk_1.4.313.0.bb) | 2 |
9 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_1.4.313.0.bb b/meta/recipes-graphics/glslang/glslang_1.4.321.0.bb index cb754c6ac8..2d6f098ad9 100644 --- a/meta/recipes-graphics/glslang/glslang_1.4.313.0.bb +++ b/meta/recipes-graphics/glslang/glslang_1.4.321.0.bb | |||
| @@ -8,8 +8,8 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler" | |||
| 8 | LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception" | 8 | LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3" |
| 10 | 10 | ||
| 11 | SRCREV = "fc9889c889561c5882e83819dcaffef5ed45529b" | 11 | SRCREV = "8a85691a0740d390761a1008b4696f57facd02c4" |
| 12 | SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=vulkan-sdk-1.4.313;tag=vulkan-sdk-${PV} \ | 12 | SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=vulkan-sdk-1.4.321;tag=vulkan-sdk-${PV} \ |
| 13 | file://0001-generate-glslang-pkg-config.patch \ | 13 | file://0001-generate-glslang-pkg-config.patch \ |
| 14 | " | 14 | " |
| 15 | PE = "1" | 15 | PE = "1" |
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb index a551814689..5365d64a99 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | SUMMARY = "Machine-readable files for the SPIR-V Registry" | 1 | SUMMARY = "Machine-readable files for the SPIR-V Registry" |
| 2 | SECTION = "graphics" | 2 | SECTION = "graphics" |
| 3 | HOMEPAGE = "https://www.khronos.org/registry/spir-v" | 3 | HOMEPAGE = "https://www.khronos.org/registry/spir-v" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT & CC-BY-4.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d14ee3b13f42e9c9674acc5925c3d741" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a0dcaa512cc2dee95fe0fd791ee83a18" |
| 6 | 6 | ||
| 7 | SRCREV = "aa6cef192b8e693916eb713e7a9ccadf06062ceb" | 7 | SRCREV = "2a611a970fdbc41ac2e3e328802aed9985352dca" |
| 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: |
diff --git a/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb index 4594a1a942..319b25b7f4 100644 --- a/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb +++ b/meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb | |||
| @@ -7,7 +7,7 @@ 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 = "a62abcb402009b9ca5975e6167c09f237f630e0e" | 10 | SRCREV = "33e02568181e3312f49a3cf33df470bf96ef293a" |
| 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 | " | 12 | " |
| 13 | PE = "1" | 13 | PE = "1" |
diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.4.313.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.4.321.0.bb index 1136e4795a..b3413b0e6b 100644 --- a/meta/recipes-graphics/vulkan/vulkan-headers_1.4.313.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.4.321.0.bb | |||
| @@ -11,7 +11,7 @@ LICENSE = "Apache-2.0 & MIT" | |||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1bc355d8c4196f774c8b87ed1a8dd625" | 11 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1bc355d8c4196f774c8b87ed1a8dd625" |
| 12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=main;protocol=https" | 12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=main;protocol=https" |
| 13 | 13 | ||
| 14 | SRCREV = "409c16be502e39fe70dd6fe2d9ad4842ef2c9a53" | 14 | SRCREV = "2cd90f9d20df57eac214c148f3aed885372ddcfe" |
| 15 | 15 | ||
| 16 | inherit cmake | 16 | inherit cmake |
| 17 | 17 | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.4.313.0.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.4.321.0.bb index c739ba15dc..772705dff7 100644 --- a/meta/recipes-graphics/vulkan/vulkan-loader_1.4.313.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.4.321.0.bb | |||
| @@ -9,8 +9,8 @@ SECTION = "libs" | |||
| 9 | 9 | ||
| 10 | LICENSE = "Apache-2.0" | 10 | LICENSE = "Apache-2.0" |
| 11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac" | 11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac" |
| 12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=vulkan-sdk-1.4.313;protocol=https" | 12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=vulkan-sdk-1.4.321;protocol=https" |
| 13 | SRCREV = "fb78607414e154c7a5c01b23177ba719c8a44909" | 13 | SRCREV = "da8d2caad9341ca8c5a7c3deba217d7da50a7c24" |
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "vulkan" | 15 | REQUIRED_DISTRO_FEATURES = "vulkan" |
| 16 | 16 | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.4.313.0.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.4.321.0.bb index c73e5caa13..26c196336e 100644 --- a/meta/recipes-graphics/vulkan/vulkan-tools_1.4.313.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.4.321.0.bb | |||
| @@ -6,8 +6,8 @@ SECTION = "libs" | |||
| 6 | 6 | ||
| 7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 9 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=vulkan-sdk-1.4.313;protocol=https" | 9 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=vulkan-sdk-1.4.321;protocol=https" |
| 10 | SRCREV = "ad2f0170f9466fadd96e3fdd65fad02cd3a3739b" | 10 | SRCREV = "06ae73a3dc3a03466817d8370355203dac7b79b1" |
| 11 | 11 | ||
| 12 | inherit cmake features_check pkgconfig | 12 | inherit cmake features_check pkgconfig |
| 13 | ANY_OF_DISTRO_FEATURES = "x11 wayland" | 13 | ANY_OF_DISTRO_FEATURES = "x11 wayland" |
diff --git a/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.313.0.bb b/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.321.0.bb index 1b38b6ec3a..54e8af6dcf 100644 --- a/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.313.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.321.0.bb | |||
| @@ -9,8 +9,8 @@ SECTION = "libs" | |||
| 9 | LICENSE = "Apache-2.0" | 9 | LICENSE = "Apache-2.0" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=4ca2d6799091aaa98a8520f1b793939b" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=4ca2d6799091aaa98a8520f1b793939b" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Utility-Libraries.git;branch=vulkan-sdk-1.4.313;protocol=https" | 12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Utility-Libraries.git;branch=vulkan-sdk-1.4.321;protocol=https" |
| 13 | SRCREV = "4e246c56ec5afb5ad66b9b04374d39ac04675c8e" | 13 | SRCREV = "ec329e2721921f79743b90307ee047d08e057788" |
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "vulkan" | 15 | REQUIRED_DISTRO_FEATURES = "vulkan" |
| 16 | 16 | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.313.0.bb b/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.321.0.bb index 63a3aa4ae6..fa7873b62d 100644 --- a/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.313.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.321.0.bb | |||
| @@ -8,8 +8,8 @@ SECTION = "libs" | |||
| 8 | LICENSE = "Apache-2.0 & MIT & BSL-1.0 " | 8 | LICENSE = "Apache-2.0 & MIT & BSL-1.0 " |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b1a17d548e004bfbbfaa0c40988b6b31" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b1a17d548e004bfbbfaa0c40988b6b31" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;branch=vulkan-sdk-1.4.313;protocol=https" | 11 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;branch=vulkan-sdk-1.4.321;protocol=https" |
| 12 | SRCREV = "50b87dd4be883b63c10e3c4f7b9c5aac0c82efd3" | 12 | SRCREV = "fee7b2b4a926355e48668e29570be129eb82cb36" |
| 13 | 13 | ||
| 14 | REQUIRED_DISTRO_FEATURES = "vulkan" | 14 | REQUIRED_DISTRO_FEATURES = "vulkan" |
| 15 | 15 | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-volk_1.4.313.0.bb b/meta/recipes-graphics/vulkan/vulkan-volk_1.4.321.0.bb index cde1be1671..17a290ed1d 100644 --- a/meta/recipes-graphics/vulkan/vulkan-volk_1.4.313.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-volk_1.4.321.0.bb | |||
| @@ -10,7 +10,7 @@ LICENSE = "MIT" | |||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb3d6e8051a71edca1e54bc38d35e5af" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb3d6e8051a71edca1e54bc38d35e5af" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/zeux/volk.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/zeux/volk.git;branch=master;protocol=https" |
| 13 | SRCREV = "43c29e655cb8117fd9cfb65ad9cefe2d40965102" | 13 | SRCREV = "a8da8ef3368482b0ee9b0ec0c6079a16a89c6924" |
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "vulkan" | 15 | REQUIRED_DISTRO_FEATURES = "vulkan" |
| 16 | 16 | ||
