diff options
author | Ng, Wei Tee <wei.tee.ng@intel.com> | 2017-05-11 18:57:25 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-05-16 08:05:07 -0700 |
commit | 3e540d736154c5b5371b6e7a2bdced0e2cda1382 (patch) | |
tree | 317592a586a78a2fafd392dd958a45ea7bfac416 /common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb | |
parent | 3afa94c979c984b978142170b8dbe6533ab8536c (diff) | |
download | meta-intel-3e540d736154c5b5371b6e7a2bdced0e2cda1382.tar.gz |
intel-gpu-tools: Upgrade to version 1.18
This change updates intel-gpu-tools to 1.18 which is in Intel
graphic stack 2017 Q1 release.
Signed-off-by: Ng, Wei Tee <wei.tee.ng@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb')
-rw-r--r-- | common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb | 40 |
1 files changed, 0 insertions, 40 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 deleted file mode 100644 index 22dae5e0..00000000 --- a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | require ${COREBASE}/meta/recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "Intel GPU tools" | ||
4 | DESCRIPTION = "Variety of small tools for testing intel graphics." | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4b3dd344780e0400593b21b115a6947" | ||
7 | |||
8 | LICENSE_append = " & ISC" | ||
9 | |||
10 | inherit autotools gtk-doc | ||
11 | |||
12 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr" | ||
13 | RDEPENDS_${PN} += "bash" | ||
14 | RDEPENDS_${PN}-tests += "bash" | ||
15 | |||
16 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" | ||
17 | |||
18 | SRC_URI[md5sum] = "95ae60c2c0e56736273edc406f8277c8" | ||
19 | SRC_URI[sha256sum] = "c6be6d8311a939dd7ebb4639a2605bdbe711a4d3c77c8273a83f2050c2723ae1" | ||
20 | |||
21 | PACKAGECONFIG ??= "" | ||
22 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libunwind" | ||
23 | |||
24 | EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger" | ||
25 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" | ||
26 | COMPATIBLE_HOST_libc-musl_class-target = "null" | ||
27 | |||
28 | gputools_sysroot_preprocess() { | ||
29 | rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc | ||
30 | } | ||
31 | SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" | ||
32 | |||
33 | FILES_${PN} += "${libdir}/intel_aubdump.so" | ||
34 | FILES_${PN}-benchmarks += "${libexecdir}/intel-gpu-tools/benchmarks" | ||
35 | FILES_${PN}-tests += "\ | ||
36 | ${libexecdir}/intel-gpu-tools/*\ | ||
37 | ${datadir}/intel-gpu-tools/1080p-right.png\ | ||
38 | ${datadir}/intel-gpu-tools/1080p-left.png\ | ||
39 | ${datadir}/intel-gpu-tools/pass.png\ | ||
40 | ${datadir}/intel-gpu-tools/test-list.txt" | ||