summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-09-10 17:31:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-11 21:06:47 +0100
commit9545aaa8066b8c3d38641b4a80f22e58e14e3593 (patch)
tree9b74879af742850d8eaba7826ebad7d20ee1202d /meta
parenta14e58799ec51e0ea481db4537744ec719c901c6 (diff)
downloadpoky-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.bb2
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
37EXTRA_OECMAKE += "-DVKB_WSI_SELECTION=D2D" 37EXTRA_OECMAKE += "-DVKB_WSI_SELECTION=D2D"
38 38
39COMPATIBLE_HOST:x86 = "null" 39COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"