diff options
Diffstat (limited to 'common/recipes-graphics/intel-gpu-tools')
| -rw-r--r-- | common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.19.bb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.19.bb b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.19.bb deleted file mode 100644 index de9ed60..0000000 --- a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.19.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 procps" | ||
| 13 | RDEPENDS_${PN} += "bash" | ||
| 14 | RDEPENDS_${PN}-tests += "bash" | ||
| 15 | |||
| 16 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "4fdfa56acca3b046fc61fb12686656f3" | ||
| 19 | SRC_URI[sha256sum] = "a49c8ae7c0431c1f33cd9492f83ec4e06e98a48429178e4bd22d9a1a87e3b0f1" | ||
| 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" | ||
