diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-10 20:39:30 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-11 17:09:16 +0000 |
| commit | c171f4dbde71d420ee84dd91a42e4f10753a8a0c (patch) | |
| tree | f02b8dd55b9c0f2a04f6294e3f7bc477aa2f2c8d | |
| parent | 61f13c6d3e81d48e80b05932bcd1bbbde34b047c (diff) | |
| download | poky-c171f4dbde71d420ee84dd91a42e4f10753a8a0c.tar.gz | |
vulkan-samples: update to latest revision
Mark as incompatible with 32 bit x86: there are several failures
and I do not think anyone is interested in vulkan on that platform.
(From OE-Core rev: 0be583c6cf34a68950dafad4ca3dbb74bc4eea70)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index c1ffc7ecde..613ed592c6 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |||
| @@ -11,12 +11,13 @@ SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;prot | |||
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | UPSTREAM_CHECK_COMMITS = "1" | 13 | UPSTREAM_CHECK_COMMITS = "1" |
| 14 | SRCREV = "d2187278cb6632ce35920575832eb6f6e2b2e46c" | 14 | SRCREV = "ae6e4a3712cebde49a29e5996a3bd2f403566890" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" |
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | REQUIRED_DISTRO_FEATURES = 'vulkan' | 19 | REQUIRED_DISTRO_FEATURES = 'vulkan' |
| 20 | COMPATIBLE_HOST:x86 = "null" | ||
| 20 | 21 | ||
| 21 | inherit cmake features_check | 22 | inherit cmake features_check |
| 22 | 23 | ||
