diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-03-03 11:13:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-04 17:14:15 +0000 |
| commit | 062414c09dc29b59512620f1e0aecfd9636feecf (patch) | |
| tree | f8b4a53958a1f9a1de1665a0651916698eaa5fc2 /meta/recipes-graphics | |
| parent | 5536878b69f72c6a6fc13ab42a0009bae57d2644 (diff) | |
| download | poky-062414c09dc29b59512620f1e0aecfd9636feecf.tar.gz | |
glslang/spirv: synchronize with the rest of vulkan items
These components are now versioned in sync with vulkan releases:
https://github.com/KhronosGroup/SPIRV-Headers/issues/252
https://github.com/KhronosGroup/SPIRV-Headers/issues/266
"We'll continue tagging the repos contributing with SDK releases, as
that is when all the testing of the various projects is performed
together."
(From OE-Core rev: 2961d94f1c2ca43c30497ac1853feba58b09d730)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/glslang/glslang_1.3.204.0.bb (renamed from meta/recipes-graphics/glslang/glslang_11.8.0.bb) | 5 | ||||
| -rw-r--r-- | meta/recipes-graphics/spir/spirv-headers_1.3.204.0.bb (renamed from meta/recipes-graphics/spir/spirv-headers_1.5.4.bb) | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/spir/spirv-tools_1.3.204.0.bb (renamed from meta/recipes-graphics/spir/spirv-tools_2022.1.bb) | 7 |
3 files changed, 9 insertions, 7 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_11.8.0.bb b/meta/recipes-graphics/glslang/glslang_1.3.204.0.bb index a77d8bdf88..2af406212f 100644 --- a/meta/recipes-graphics/glslang/glslang_11.8.0.bb +++ b/meta/recipes-graphics/glslang/glslang_1.3.204.0.bb | |||
| @@ -8,10 +8,11 @@ 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 = "c34bb3b6c55f6ab084124ad964be95a699700d34" | 11 | SRCREV = "2742e959347ae2fac58acd0d022c92a0ff1f24bf" |
| 12 | SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=master \ | 12 | SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=master \ |
| 13 | file://0001-generate-glslang-pkg-config.patch" | 13 | file://0001-generate-glslang-pkg-config.patch" |
| 14 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | 14 | PE = "1" |
| 15 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | ||
| 15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 16 | 17 | ||
| 17 | inherit cmake python3native | 18 | inherit cmake python3native |
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.204.0.bb index 3144b1eb42..72416b441f 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.3.204.0.bb | |||
| @@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" | |||
| 9 | 9 | ||
| 10 | SRCREV = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" | 10 | SRCREV = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" |
| 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master" |
| 12 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | 12 | PE = "1" |
| 13 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | ||
| 13 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 14 | PV .= "+git${SRCPV}" | ||
| 15 | 15 | ||
| 16 | inherit cmake | 16 | inherit cmake |
| 17 | 17 | ||
diff --git a/meta/recipes-graphics/spir/spirv-tools_2022.1.bb b/meta/recipes-graphics/spir/spirv-tools_1.3.204.0.bb index 24142a4fe0..dc78073717 100644 --- a/meta/recipes-graphics/spir/spirv-tools_2022.1.bb +++ b/meta/recipes-graphics/spir/spirv-tools_1.3.204.0.bb | |||
| @@ -7,9 +7,10 @@ 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 = "b1877de5cd776117050bd42f08d04b52bce16099" | 10 | SRCREV = "45dd184c790d6bfc78a5a74a10c37e888b1823fa" |
| 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=stable;protocol=https" |
| 12 | UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>\d+(\.\d+)+)$" | 12 | PE = "1" |
| 13 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | ||
| 13 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 14 | 15 | ||
| 15 | inherit cmake python3native | 16 | inherit cmake python3native |
