summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.24.bb
Commit message (Collapse)AuthorAgeFilesLines
* igt-gpu-tools: upgrade 1.23 -> 1.24Naveen Saini2019-07-011-0/+39
GCC9 build failures already fixed, patch is not required anymore. Below Copyright information is appended to COPYING Copyright (C) 1999-2007 Brian Paul All Rights Reserved. Copyright 2015 Philip Taylor <philip@zaynar.co.uk> Copyright 2018 Advanced Micro Devices, Inc. Shader debugger removed due to lack of use and accumulation of bitrot. (Arkadiusz Hiler) So removing --disable-shader-debugger configuration option. Added support for testing DP/HDMI audio with the Chamelium device, dropping the audio tests that required exotic custom hardware to execute. (Simon Ser) Removing audio configuration. Stack traces now contain source file names and line numbers, using libdw. (Maarten Lankhorst) Due to this faced build failure: | checking for libdw... no | configure: error: Package requirements (libdw) were not met: | | No package 'libdw' found To fix above added elfutils in DEPENDS. Dropped gtkdoc support. So no need to inherit gtkdoc More details can be found here: https://gitlab.freedesktop.org/drm/igt-gpu-tools/commit/22850c1906550fb97b405c019275dcfb34be8cf7 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>