diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-11-14 08:52:35 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-15 12:55:27 +0000 |
| commit | dbee9d7adff15ee8a7654c17a683472113fa1e0f (patch) | |
| tree | 27e3d35de48d28166bff68449ca762e03326f6e2 /meta/recipes-graphics | |
| parent | a8f34f0110be9da92dd89439d7c4b995a7601ef1 (diff) | |
| download | poky-dbee9d7adff15ee8a7654c17a683472113fa1e0f.tar.gz | |
vulkan-samples: Enable for architectures where it builds
With last upgade it has stopped working on arm/mips/x86/rv32
basically all 32bit architectures. Until this is fixed enable it
for architectures where its known to build now.
(From OE-Core rev: d11befad88893cfc1d872c8bfadfd14eec346f41)
Signed-off-by: Khem Raj <raj.khem@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-samples_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index 81d8c6faf9..1e45e9f04b 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |||
| @@ -19,7 +19,7 @@ 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 | COMPATIBLE_HOST:x86 = "null" | 22 | COMPATIBLE_HOST = "(x86_64|aarch64|mips64|powerpc64|riscv64).*-linux" |
| 23 | 23 | ||
| 24 | inherit cmake features_check | 24 | inherit cmake features_check |
| 25 | 25 | ||
