diff options
author | 2020-04-27 14:41:40 +0800 | |
---|---|---|
committer | 2020-04-27 14:44:01 +0800 | |
commit | dc3d5546e578115684217f2a9610632e814c1b8b (patch) | |
tree | 45f3f000b8b834ec51ecf85bf189570dc7f8c9bc | |
parent | 29c94a185556a4e1f880f08f8ece8d14142dc3d1 (diff) | |
download | meta-intel-dc3d5546e578115684217f2a9610632e814c1b8b.tar.gz meta-intel-dc3d5546e578115684217f2a9610632e814c1b8b.tar.bz2 meta-intel-dc3d5546e578115684217f2a9610632e814c1b8b.zip |
Revert "igt-gpu-tools: upgrade 1.24 -> 1.25"
This reverts commit 77a0e289d5df928a5d5c9c659c850e7b46505711.
The tests in 1.25 segfault. Revert the upgrade while we are trying to
identify and fix the problem.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.24.bb (renamed from recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.25.bb) | 10 |
1 files changed, 6 insertions, 4 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.24.bb index af696630..156798c6 100644 --- a/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.25.bb +++ b/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.24.bb @@ -7,19 +7,20 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=67bfee4df38fa6ecbe3a675c552d4c08" LICENSE_append = " & ISC" -inherit meson +inherit autotools SRC_URI = "${XORG_MIRROR}/individual/app/${BP}.tar.xz" -DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr procps libunwind kmod openssl elfutils bison-native" +DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr procps libunwind kmod openssl elfutils" RDEPENDS_${PN} += "bash" RDEPENDS_${PN}-tests += "bash" PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" -SRC_URI[sha256sum] = "40454d8f0484ea2477862007398a08eef78a6c252c4defce1c934548593fdd11" +SRC_URI[md5sum] = "0e0b4a1a80dc2e09c2705e0c5159e0a1" +SRC_URI[sha256sum] = "57357c72feeafc923c9cfd2d1234bd80e120fc7cc6099eac81158ec351a821bf" -EXTRA_OEMESON = "-Dlibdrm_drivers=intel" +EXTRA_OECONF = "--disable-nouveau" COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" COMPATIBLE_HOST_libc-musl_class-target = "null" @@ -28,6 +29,7 @@ gputools_sysroot_preprocess() { } SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" +FILES_${PN} += "${libdir}/intel_aubdump.so" FILES_${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks" FILES_${PN}-tests += "\ ${libexecdir}/${BPN}/*\ |