diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-09-22 09:23:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-26 10:35:27 +0100 |
commit | 8eea58e589cf4d4179c6206b39dd076105cd7e1d (patch) | |
tree | 156bab59543c3fd268d6b8852ae2c16783921fba /meta/recipes-graphics | |
parent | 1fb201bd88613888baeaaa7763e3bf25ffcb3ce2 (diff) | |
download | poky-8eea58e589cf4d4179c6206b39dd076105cd7e1d.tar.gz |
vulkan: upgrade 1.3.250.0 -> 1.3.261.1
License-update: clarifiction that licenses are apache and mit.
(From OE-Core rev: fd8558c52585ff7397b87e3579ae85e63bf8c10b)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
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.261.1.bb (renamed from meta/recipes-graphics/glslang/glslang_1.3.250.0.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/spir/spirv-headers_1.3.261.1.bb (renamed from meta/recipes-graphics/spir/spirv-headers_1.3.250.0.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/spir/spirv-tools_1.3.261.1.bb (renamed from meta/recipes-graphics/spir/spirv-tools_1.3.250.0.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-headers_1.3.261.1.bb (renamed from meta/recipes-graphics/vulkan/vulkan-headers_1.3.250.0.bb) | 6 | ||||
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-loader_1.3.261.1.bb (renamed from meta/recipes-graphics/vulkan/vulkan-loader_1.3.250.0.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-tools/0001-scripts-CMakeLists.txt-do-not-make-special-arrangeme.patch | 29 | ||||
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-tools_1.3.261.1.bb (renamed from meta/recipes-graphics/vulkan/vulkan-tools_1.3.250.0.bb) | 6 | ||||
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-validation-layers/0001-scripts-CMakeLists.txt-append-to-CMAKE_FIND_ROOT_PAT.patch | 28 | ||||
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.261.1.bb (renamed from meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.250.0.bb) | 10 |
9 files changed, 14 insertions, 75 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_1.3.250.0.bb b/meta/recipes-graphics/glslang/glslang_1.3.261.1.bb index 6e9c666d46..e607045148 100644 --- a/meta/recipes-graphics/glslang/glslang_1.3.250.0.bb +++ b/meta/recipes-graphics/glslang/glslang_1.3.261.1.bb | |||
@@ -8,7 +8,7 @@ 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 = "d1517d64cfca91f573af1bf7341dc3a5113349c0" | 11 | SRCREV = "76b52ebf77833908dc4c0dd6c70a9c357ac720bd" |
12 | SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main \ | 12 | SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main \ |
13 | file://0001-generate-glslang-pkg-config.patch \ | 13 | file://0001-generate-glslang-pkg-config.patch \ |
14 | " | 14 | " |
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.250.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.261.1.bb index d0a2e2e991..945f0879f5 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.3.250.0.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.3.261.1.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://www.khronos.org/registry/spir-v" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" |
6 | 6 | ||
7 | SRCREV = "268a061764ee69f09a477a695bf6a11ffe311b8d" | 7 | SRCREV = "124a9665e464ef98b8b718d572d5f329311061eb" |
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.3.250.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.3.261.1.bb index bde6ddd04b..6904288299 100644 --- a/meta/recipes-graphics/spir/spirv-tools_1.3.250.0.bb +++ b/meta/recipes-graphics/spir/spirv-tools_1.3.261.1.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 = "e7c6084fd1d6d6f5ac393e842728d8be309688ca" | 10 | SRCREV = "e553b884c7c9febaa4e52334f683641fb5f196a0" |
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 | PE = "1" | 12 | PE = "1" |
13 | # These recipes need to be updated in lockstep with each other: | 13 | # These recipes need to be updated in lockstep with each other: |
diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.250.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.261.1.bb index 2970767ff3..01eb14b9fb 100644 --- a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.250.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.261.1.bb | |||
@@ -7,11 +7,11 @@ HOMEPAGE = "https://www.khronos.org/vulkan/" | |||
7 | BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers" | 7 | BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "Apache-2.0" | 10 | LICENSE = "Apache-2.0 & MIT" |
11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 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 = "9e61870ecbd32514113b467e0a0c46f60ed222c7" | 14 | SRCREV = "85c2334e92e215cce34e8e0ed8b2dce4700f4a50" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.3.250.0.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.3.261.1.bb index 456c973406..01cbeafa3e 100644 --- a/meta/recipes-graphics/vulkan/vulkan-loader_1.3.250.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.3.261.1.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=sdk-1.3.250;protocol=https" | 12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=main;protocol=https" |
13 | SRCREV = "f372068d09fc13bcf54b8c81274f37aa5f46aea3" | 13 | SRCREV = "afdd025ead2b63b2c73d900ab128a2d3b512cdf0" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-tools/0001-scripts-CMakeLists.txt-do-not-make-special-arrangeme.patch b/meta/recipes-graphics/vulkan/vulkan-tools/0001-scripts-CMakeLists.txt-do-not-make-special-arrangeme.patch deleted file mode 100644 index 6b70a1e62d..0000000000 --- a/meta/recipes-graphics/vulkan/vulkan-tools/0001-scripts-CMakeLists.txt-do-not-make-special-arrangeme.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | From 9060e916ca05d34b56c62f2be0b4a77dd104e2aa Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex@linutronix.de> | ||
3 | Date: Fri, 2 Jun 2023 14:13:00 +0200 | ||
4 | Subject: [PATCH] scripts/CMakeLists.txt: append to CMAKE_FIND_ROOT_PATH | ||
5 | instead of replacing it | ||
6 | |||
7 | Resetting CMAKE_FIND_ROOT_PATH in particular breaks builds in Yocto | ||
8 | (which is a major cross compiling framework). | ||
9 | |||
10 | Upstream-Status: Submitted [https://github.com/KhronosGroup/Vulkan-Tools/pull/808] | ||
11 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | ||
12 | |||
13 | --- | ||
14 | scripts/CMakeLists.txt | 2 +- | ||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
16 | |||
17 | diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt | ||
18 | index 5b979d43..19a58bf9 100644 | ||
19 | --- a/scripts/CMakeLists.txt | ||
20 | +++ b/scripts/CMakeLists.txt | ||
21 | @@ -114,7 +114,7 @@ if (MOLTENVK_REPO_ROOT) | ||
22 | endif() | ||
23 | |||
24 | if (CMAKE_CROSSCOMPILING) | ||
25 | - set(CMAKE_FIND_ROOT_PATH ${CMAKE_PREFIX_PATH} PARENT_SCOPE) | ||
26 | + set(CMAKE_FIND_ROOT_PATH ${CMAKE_FIND_ROOT_PATH} ${CMAKE_PREFIX_PATH} PARENT_SCOPE) | ||
27 | else() | ||
28 | set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} PARENT_SCOPE) | ||
29 | endif() | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.3.250.0.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.3.261.1.bb index 0346b380ee..7a7edc9ebd 100644 --- a/meta/recipes-graphics/vulkan/vulkan-tools_1.3.250.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.3.261.1.bb | |||
@@ -6,10 +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=main;protocol=https \ | 9 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=main;protocol=https" |
10 | file://0001-scripts-CMakeLists.txt-do-not-make-special-arrangeme.patch \ | 10 | SRCREV = "a7da7027ca9fd0901639f02619c226da9c6036f1" |
11 | " | ||
12 | SRCREV = "695887a994ef9cc00a7aa3f9c00b31a56ea79534" | ||
13 | 11 | ||
14 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
15 | 13 | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-validation-layers/0001-scripts-CMakeLists.txt-append-to-CMAKE_FIND_ROOT_PAT.patch b/meta/recipes-graphics/vulkan/vulkan-validation-layers/0001-scripts-CMakeLists.txt-append-to-CMAKE_FIND_ROOT_PAT.patch deleted file mode 100644 index 4db686fe2f..0000000000 --- a/meta/recipes-graphics/vulkan/vulkan-validation-layers/0001-scripts-CMakeLists.txt-append-to-CMAKE_FIND_ROOT_PAT.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | From ea7b9e6fc0b3f45d6032ce624bed85bbde5ec0bf Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex@linutronix.de> | ||
3 | Date: Wed, 21 Jun 2023 20:03:03 +0200 | ||
4 | Subject: [PATCH] scripts/CMakeLists.txt: append to CMAKE_FIND_ROOT_PATH | ||
5 | instead of replacing it | ||
6 | |||
7 | Resetting CMAKE_FIND_ROOT_PATH in particular breaks builds in Yocto | ||
8 | (which is a major cross compiling framework). | ||
9 | |||
10 | Upstream-Status: Backport [https://github.com/KhronosGroup/Vulkan-ValidationLayers/commit/e1b11dc7856765cf45a283ac805ea5066c81cd9b] | ||
11 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | ||
12 | --- | ||
13 | scripts/CMakeLists.txt | 2 +- | ||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt | ||
17 | index 94c8528c8..cd86c54eb 100644 | ||
18 | --- a/scripts/CMakeLists.txt | ||
19 | +++ b/scripts/CMakeLists.txt | ||
20 | @@ -124,7 +124,7 @@ if (MIMALLOC_INSTALL_DIR) | ||
21 | endif() | ||
22 | |||
23 | if (CMAKE_CROSSCOMPILING) | ||
24 | - set(CMAKE_FIND_ROOT_PATH ${CMAKE_PREFIX_PATH} PARENT_SCOPE) | ||
25 | + set(CMAKE_FIND_ROOT_PATH ${CMAKE_FIND_ROOT_PATH} ${CMAKE_PREFIX_PATH} PARENT_SCOPE) | ||
26 | else() | ||
27 | set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} PARENT_SCOPE) | ||
28 | endif() | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.250.0.bb b/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.261.1.bb index 62c6343c45..1e2a0acedb 100644 --- a/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.250.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.261.1.bb | |||
@@ -5,13 +5,11 @@ HOMEPAGE = "https://www.khronos.org/vulkan/" | |||
5 | BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-ValidationLayers" | 5 | BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-ValidationLayers" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | LICENSE = "Apache-2.0" | 8 | LICENSE = "Apache-2.0 & MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8df9e8826734226d08cb412babfa599c" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cd3c0bc366cd9b6a906e22f0bcb5910f" |
10 | 10 | ||
11 | SRC_URI = "git://git@github.com/KhronosGroup/Vulkan-ValidationLayers.git;branch=sdk-1.3.250;protocol=https \ | 11 | SRC_URI = "git://git@github.com/KhronosGroup/Vulkan-ValidationLayers.git;branch=sdk-1.3.261;protocol=https" |
12 | file://0001-scripts-CMakeLists.txt-append-to-CMAKE_FIND_ROOT_PAT.patch \ | 12 | SRCREV = "628cd310bef6d54b4e6b25b5ac2ed013473409d6" |
13 | " | ||
14 | SRCREV = "1541e00a63cd125f15d231d5a8059ebe66503b25" | ||
15 | 13 | ||
16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
17 | 15 | ||