diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2020-04-27 14:41:40 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-04-27 14:41:49 +0800 |
| commit | d8d1cc3023aa63049fe18052120d74a1e9cae16e (patch) | |
| tree | ebe2296b2d230162ba5d2263ccc173d464f0368c /recipes-graphics | |
| parent | 259c94cc312aace4d85ef02a9dfda6243999a45a (diff) | |
| download | meta-intel-d8d1cc3023aa63049fe18052120d74a1e9cae16e.tar.gz | |
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>
Diffstat (limited to 'recipes-graphics')
| -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" | |||
| 7 | 7 | ||
| 8 | LICENSE_append = " & ISC" | 8 | LICENSE_append = " & ISC" |
| 9 | 9 | ||
| 10 | inherit meson | 10 | inherit autotools |
| 11 | 11 | ||
| 12 | SRC_URI = "${XORG_MIRROR}/individual/app/${BP}.tar.xz" | 12 | SRC_URI = "${XORG_MIRROR}/individual/app/${BP}.tar.xz" |
| 13 | 13 | ||
| 14 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr procps libunwind kmod openssl elfutils bison-native" | 14 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr procps libunwind kmod openssl elfutils" |
| 15 | RDEPENDS_${PN} += "bash" | 15 | RDEPENDS_${PN} += "bash" |
| 16 | RDEPENDS_${PN}-tests += "bash" | 16 | RDEPENDS_${PN}-tests += "bash" |
| 17 | 17 | ||
| 18 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" | 18 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" |
| 19 | 19 | ||
| 20 | SRC_URI[sha256sum] = "40454d8f0484ea2477862007398a08eef78a6c252c4defce1c934548593fdd11" | 20 | SRC_URI[md5sum] = "0e0b4a1a80dc2e09c2705e0c5159e0a1" |
| 21 | SRC_URI[sha256sum] = "57357c72feeafc923c9cfd2d1234bd80e120fc7cc6099eac81158ec351a821bf" | ||
| 21 | 22 | ||
| 22 | EXTRA_OEMESON = "-Dlibdrm_drivers=intel" | 23 | EXTRA_OECONF = "--disable-nouveau" |
| 23 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" | 24 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" |
| 24 | COMPATIBLE_HOST_libc-musl_class-target = "null" | 25 | COMPATIBLE_HOST_libc-musl_class-target = "null" |
| 25 | 26 | ||
| @@ -28,6 +29,7 @@ gputools_sysroot_preprocess() { | |||
| 28 | } | 29 | } |
| 29 | SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" | 30 | SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" |
| 30 | 31 | ||
| 32 | FILES_${PN} += "${libdir}/intel_aubdump.so" | ||
| 31 | FILES_${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks" | 33 | FILES_${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks" |
| 32 | FILES_${PN}-tests += "\ | 34 | FILES_${PN}-tests += "\ |
| 33 | ${libexecdir}/${BPN}/*\ | 35 | ${libexecdir}/${BPN}/*\ |
