summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/vulkan
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/vulkan')
-rw-r--r--meta/recipes-graphics/vulkan/assimp_5.0.1.bb2
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-demos_git.bb6
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb6
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-loader_1.1.126.0.bb2
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb3
5 files changed, 12 insertions, 7 deletions
diff --git a/meta/recipes-graphics/vulkan/assimp_5.0.1.bb b/meta/recipes-graphics/vulkan/assimp_5.0.1.bb
index 5a8c62e64d..0774f37e31 100644
--- a/meta/recipes-graphics/vulkan/assimp_5.0.1.bb
+++ b/meta/recipes-graphics/vulkan/assimp_5.0.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2119edef0916b0bd511cb3c731076271"
8 8
9DEPENDS = "zlib" 9DEPENDS = "zlib"
10 10
11SRC_URI = "git://github.com/assimp/assimp.git;branch=assimp_5.0_release \ 11SRC_URI = "git://github.com/assimp/assimp.git;nobranch=1;protocol=https \
12 file://0001-closes-https-github.com-assimp-assimp-issues-2733-up.patch \ 12 file://0001-closes-https-github.com-assimp-assimp-issues-2733-up.patch \
13 file://0001-Use-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch \ 13 file://0001-Use-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch \
14 " 14 "
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
index c94e768b52..b212814759 100644
--- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dcf473723faabf17baa9b5f2207599d0 \
8SRCREV_glm = "1ad55c5016339b83b7eec98c31007e0aee57d2bf" 8SRCREV_glm = "1ad55c5016339b83b7eec98c31007e0aee57d2bf"
9SRCREV_gli = "7da5f50931225e9819a26d5cb323c5f42da50bcd" 9SRCREV_gli = "7da5f50931225e9819a26d5cb323c5f42da50bcd"
10 10
11SRC_URI = "git://github.com/SaschaWillems/Vulkan.git \ 11SRC_URI = "git://github.com/SaschaWillems/Vulkan.git;branch=master;protocol=https \
12 git://github.com/g-truc/glm;destsuffix=git/external/glm;name=glm \ 12 git://github.com/g-truc/glm;destsuffix=git/external/glm;name=glm;branch=master;protocol=https \
13 git://github.com/g-truc/gli;destsuffix=git/external/gli;name=gli \ 13 git://github.com/g-truc/gli;destsuffix=git/external/gli;name=gli;branch=master;protocol=https \
14 file://0001-Don-t-build-demos-with-questionably-licensed-data.patch \ 14 file://0001-Don-t-build-demos-with-questionably-licensed-data.patch \
15 " 15 "
16UPSTREAM_CHECK_COMMITS = "1" 16UPSTREAM_CHECK_COMMITS = "1"
diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb
index 72c29a72a2..c58a801e03 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb
@@ -1,11 +1,15 @@
1SUMMARY = "Vulkan Header files and API registry" 1SUMMARY = "Vulkan Header files and API registry"
2DESCRIPTION = "Vulkan is a 3D graphics and compute API providing cross-platform access \
3to modern GPUs with low overhead and targeting realtime graphics applications such as \
4games and interactive media. This package contains the development headers \
5for packages wanting to make use of Vulkan."
2HOMEPAGE = "https://www.khronos.org/vulkan/" 6HOMEPAGE = "https://www.khronos.org/vulkan/"
3BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers" 7BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers"
4SECTION = "libs" 8SECTION = "libs"
5 9
6LICENSE = "Apache-2.0" 10LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
8SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=sdk-1.1.126" 12SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=sdk-1.1.126;protocol=https"
9 13
10SRCREV = "5bc459e2921304c32568b73edaac8d6df5f98b84" 14SRCREV = "5bc459e2921304c32568b73edaac8d6df5f98b84"
11 15
diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.1.126.0.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.1.126.0.bb
index 504cf85a2b..c8352bf31d 100644
--- a/meta/recipes-graphics/vulkan/vulkan-loader_1.1.126.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.1.126.0.bb
@@ -9,7 +9,7 @@ SECTION = "libs"
9 9
10LICENSE = "Apache-2.0" 10LICENSE = "Apache-2.0"
11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac" 11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac"
12SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.1.126" 12SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.1.126;protocol=https"
13SRCREV = "4adad4ff705fa76f9edb2d37cb57e593decb60ed" 13SRCREV = "4adad4ff705fa76f9edb2d37cb57e593decb60ed"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb
index 2fd61c989a..ec65f11952 100644
--- a/meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb
@@ -1,11 +1,12 @@
1SUMMARY = "Vulkan Utilities and Tools" 1SUMMARY = "Vulkan Utilities and Tools"
2DESCRIPTION = "Assist development by enabling developers to verify their applications correct use of the Vulkan API."
2HOMEPAGE = "https://www.khronos.org/vulkan/" 3HOMEPAGE = "https://www.khronos.org/vulkan/"
3BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Tools" 4BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Tools"
4SECTION = "libs" 5SECTION = "libs"
5 6
6LICENSE = "Apache-2.0" 7LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
8SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-1.1.126" 9SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-1.1.126;protocol=https"
9SRCREV = "09695dfc5dbe54f869aeaff8db93bb7bb6a220e0" 10SRCREV = "09695dfc5dbe54f869aeaff8db93bb7bb6a220e0"
10 11
11S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"