diff options
author | Ross Burton <ross.burton@arm.com> | 2024-09-10 17:31:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-11 21:06:47 +0100 |
commit | 9545aaa8066b8c3d38641b4a80f22e58e14e3593 (patch) | |
tree | 9b74879af742850d8eaba7826ebad7d20ee1202d /meta | |
parent | a14e58799ec51e0ea481db4537744ec719c901c6 (diff) | |
download | poky-9545aaa8066b8c3d38641b4a80f22e58e14e3593.tar.gz |
vulkan-samples: limit to aarch64/x86-64
This package is only tested upstream for aarch64 and x86-64 targets,
for example there are int/long cast issues on 32-bit platforms and ATSC
is only ported to aarch64/x86-64.
Instead of listing the machines where we know it doesn't work, limit the
recipe to machines where it is known to work.
(From OE-Core rev: 05aeab99dedd2a9ccde5bf22942fcbb2d88a311c)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 93d4cdfdd9..06e996d243 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |||
@@ -36,4 +36,4 @@ EXTRA_OECMAKE += "-DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON" | |||
36 | # This needs to be specified explicitly to avoid xcb/xlib dependencies | 36 | # This needs to be specified explicitly to avoid xcb/xlib dependencies |
37 | EXTRA_OECMAKE += "-DVKB_WSI_SELECTION=D2D" | 37 | EXTRA_OECMAKE += "-DVKB_WSI_SELECTION=D2D" |
38 | 38 | ||
39 | COMPATIBLE_HOST:x86 = "null" | 39 | COMPATIBLE_HOST = "(aarch64|x86_64).*-linux" |