mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
@@ -19,7 +19,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = 'vulkan'
|
REQUIRED_DISTRO_FEATURES = 'vulkan'
|
||||||
COMPATIBLE_HOST:x86 = "null"
|
COMPATIBLE_HOST = "(x86_64|aarch64|mips64|powerpc64|riscv64).*-linux"
|
||||||
|
|
||||||
inherit cmake features_check
|
inherit cmake features_check
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user