diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2020-06-23 15:51:33 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-06-23 15:51:33 +0800 |
| commit | e8fdda296acff676ea1f2792166cfe9f64623c6e (patch) | |
| tree | d8a5378bd9a1b42930238ba9f3caffe69d660378 /recipes-graphics | |
| parent | 013ef7ebea9c1d30f59c4568f09ca89ce8672fbe (diff) | |
| download | meta-intel-e8fdda296acff676ea1f2792166cfe9f64623c6e.tar.gz | |
igt-gpu-tools: remove
The recipe is in oe-core now.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.25.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.25.bb b/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.25.bb deleted file mode 100644 index e2015b0e..00000000 --- a/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.25.bb +++ /dev/null | |||
| @@ -1,39 +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=67bfee4df38fa6ecbe3a675c552d4c08" | ||
| 7 | |||
| 8 | LICENSE_append = " & ISC" | ||
| 9 | |||
| 10 | inherit meson | ||
| 11 | |||
| 12 | SRC_URI = "${XORG_MIRROR}/individual/app/${BP}.tar.xz" | ||
| 13 | |||
| 14 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr procps libunwind kmod openssl elfutils bison-native" | ||
| 15 | RDEPENDS_${PN} += "bash" | ||
| 16 | RDEPENDS_${PN}-tests += "bash" | ||
| 17 | |||
| 18 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" | ||
| 19 | |||
| 20 | SRC_URI[sha256sum] = "40454d8f0484ea2477862007398a08eef78a6c252c4defce1c934548593fdd11" | ||
| 21 | |||
| 22 | EXTRA_OEMESON = "-Dlibdrm_drivers=intel " | ||
| 23 | SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" | ||
| 24 | |||
| 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}-benchmarks += "${libexecdir}/${BPN}/benchmarks" | ||
| 34 | FILES_${PN}-tests += "\ | ||
| 35 | ${libexecdir}/${BPN}/*\ | ||
| 36 | ${datadir}/${BPN}/1080p-right.png\ | ||
| 37 | ${datadir}/${BPN}/1080p-left.png\ | ||
| 38 | ${datadir}/${BPN}/pass.png\ | ||
| 39 | ${datadir}/${BPN}/test-list.txt" | ||
