diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-06 19:09:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-09 12:00:43 +0000 |
commit | b6754e6ec680964163435c0469f815944ef22978 (patch) | |
tree | 83c3484351f4b3afaf11ad6ecb175644cf1a54c0 /meta/recipes-graphics | |
parent | 9ad29096a811ba7f5de3bcac0ac672a3d97426ed (diff) | |
download | poky-b6754e6ec680964163435c0469f815944ef22978.tar.gz |
vulkan-demos: update to latest revision
(From OE-Core rev: 2666f3978bd217303bb4306a14d9d88ab59dc697)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch | 21 | ||||
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-demos_git.bb | 10 |
2 files changed, 14 insertions, 17 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch b/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch index 93bcfbf851..76240610f5 100644 --- a/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch +++ b/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 0a27144d43b70121f57f6036514d069ca9d2b971 Mon Sep 17 00:00:00 2001 | 1 | From 0cbf9c9831f773e0da66209be9a6ff28d57c2321 Mon Sep 17 00:00:00 2001 |
2 | From: "Maxin B. John" <maxin.john@intel.com> | 2 | From: "Maxin B. John" <maxin.john@intel.com> |
3 | Date: Mon, 30 Jul 2018 17:23:29 +0300 | 3 | Date: Mon, 30 Jul 2018 17:23:29 +0300 |
4 | Subject: [PATCH] Don't build demos with questionably licensed data | 4 | Subject: [PATCH] Don't build demos with questionably licensed data |
@@ -33,16 +33,17 @@ Upstream-Status: Inappropriate [configuration] | |||
33 | 33 | ||
34 | Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> | 34 | Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> |
35 | Signed-off-by: Maxin B. John <maxin.john@intel.com> | 35 | Signed-off-by: Maxin B. John <maxin.john@intel.com> |
36 | |||
36 | --- | 37 | --- |
37 | examples/CMakeLists.txt | 14 -------------- | 38 | examples/CMakeLists.txt | 14 -------------- |
38 | 1 file changed, 14 deletions(-) | 39 | 1 file changed, 14 deletions(-) |
39 | 40 | ||
40 | diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt | 41 | diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt |
41 | index 8eee3a4..698d3b3 100644 | 42 | index e07918c..08b6e23 100644 |
42 | --- a/examples/CMakeLists.txt | 43 | --- a/examples/CMakeLists.txt |
43 | +++ b/examples/CMakeLists.txt | 44 | +++ b/examples/CMakeLists.txt |
44 | @@ -47,18 +47,12 @@ set(EXAMPLES | 45 | @@ -55,18 +55,12 @@ set(EXAMPLES |
45 | computeshader | 46 | conditionalrender |
46 | conservativeraster | 47 | conservativeraster |
47 | debugmarker | 48 | debugmarker |
48 | - deferred | 49 | - deferred |
@@ -57,10 +58,10 @@ index 8eee3a4..698d3b3 100644 | |||
57 | - hdr | 58 | - hdr |
58 | - imgui | 59 | - imgui |
59 | - indirectdraw | 60 | - indirectdraw |
61 | inlineuniformblocks | ||
60 | inputattachments | 62 | inputattachments |
61 | instancing | 63 | instancing |
62 | mesh | 64 | @@ -83,23 +77,16 @@ set(EXAMPLES |
63 | @@ -70,8 +64,6 @@ set(EXAMPLES | ||
64 | parallaxmapping | 65 | parallaxmapping |
65 | particlefire | 66 | particlefire |
66 | pbrbasic | 67 | pbrbasic |
@@ -69,9 +70,8 @@ index 8eee3a4..698d3b3 100644 | |||
69 | pipelines | 70 | pipelines |
70 | pipelinestatistics | 71 | pipelinestatistics |
71 | pushconstants | 72 | pushconstants |
72 | @@ -79,15 +71,10 @@ set(EXAMPLES | 73 | pushdescriptors |
73 | radialblur | 74 | radialblur |
74 | raytracing | ||
75 | renderheadless | 75 | renderheadless |
76 | - scenerendering | 76 | - scenerendering |
77 | screenshot | 77 | screenshot |
@@ -85,7 +85,7 @@ index 8eee3a4..698d3b3 100644 | |||
85 | stencilbuffer | 85 | stencilbuffer |
86 | subpasses | 86 | subpasses |
87 | terraintessellation | 87 | terraintessellation |
88 | @@ -101,7 +88,6 @@ set(EXAMPLES | 88 | @@ -113,7 +100,6 @@ set(EXAMPLES |
89 | texturesparseresidency | 89 | texturesparseresidency |
90 | triangle | 90 | triangle |
91 | viewportarray | 91 | viewportarray |
@@ -93,6 +93,3 @@ index 8eee3a4..698d3b3 100644 | |||
93 | ) | 93 | ) |
94 | 94 | ||
95 | buildExamples() | 95 | buildExamples() |
96 | -- | ||
97 | 2.4.0 | ||
98 | |||
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb index 74dc2ad679..c94e768b52 100644 --- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb | |||
@@ -5,23 +5,23 @@ DEPENDS = "zlib" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dcf473723faabf17baa9b5f2207599d0 \ | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dcf473723faabf17baa9b5f2207599d0 \ |
6 | file://examples/triangle/triangle.cpp;endline=12;md5=bccd1bf9cadd9e10086cf7872157e4fa" | 6 | file://examples/triangle/triangle.cpp;endline=12;md5=bccd1bf9cadd9e10086cf7872157e4fa" |
7 | 7 | ||
8 | SRCREV_glm = "01f9ab5b6d21e5062ac0f6e0f205c7fa2ca9d769" | 8 | SRCREV_glm = "1ad55c5016339b83b7eec98c31007e0aee57d2bf" |
9 | SRCREV_gli = "8e43030b3e12bb58a4663d85adc5c752f89099c0" | 9 | SRCREV_gli = "7da5f50931225e9819a26d5cb323c5f42da50bcd" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/SaschaWillems/Vulkan.git \ | 11 | SRC_URI = "git://github.com/SaschaWillems/Vulkan.git \ |
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 \ |
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 \ |
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 | " |
16 | UPSTREAM_CHECK_COMMITS = "1" | 16 | UPSTREAM_CHECK_COMMITS = "1" |
17 | SRCREV = "ae0b59c6e2e8630a2ae26f4a0b7a72cbe7547948" | 17 | SRCREV = "6d63dc32c320a49be0a56c365151c8f2f176bc59" |
18 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | REQUIRED_DISTRO_FEATURES = 'vulkan' | 21 | REQUIRED_DISTRO_FEATURES = 'vulkan' |
22 | 22 | ||
23 | inherit cmake features_check | 23 | inherit cmake features_check |
24 | DEPENDS = "vulkan-loader assimp" | 24 | DEPENDS = "vulkan-loader assimp wayland-protocols wayland-native" |
25 | 25 | ||
26 | do_install_append () { | 26 | do_install_append () { |
27 | # Remove assets that have uncertain licenses | 27 | # Remove assets that have uncertain licenses |