summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-02-09 15:52:02 -0800
committerSaul Wold <sgw@linux.intel.com>2017-02-10 07:52:50 -0800
commitfe301af4c78e417ce71ad1614f35e343c0270f2b (patch)
tree17ddefaaae8909beabd38316e41e24b273e45d29 /common
parent9d4da3577d827e64f6bc7ed8e50f31c5bcf3a752 (diff)
downloadmeta-intel-fe301af4c78e417ce71ad1614f35e343c0270f2b.tar.gz
intel-gpu-tools: Disbale build for MUSL
Currently this program uses a SIGEV_THREAD_ID and structure that is not fully supported by MUSL, so disable this target for MUSL Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb
index f1f643bd..22dae5e0 100644
--- a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb
+++ b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb
@@ -23,6 +23,7 @@ PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libun
23 23
24EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger" 24EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger"
25COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" 25COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
26COMPATIBLE_HOST_libc-musl_class-target = "null"
26 27
27gputools_sysroot_preprocess() { 28gputools_sysroot_preprocess() {
28 rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc 29 rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc