diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-25 17:43:30 +0100 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-06-25 16:07:24 -0500 |
commit | a4c38c04e9638ec3314823fc1d69f4f0e21b17ca (patch) | |
tree | 447371d12582e60c1189054d5c913a6774c0c183 /common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb | |
parent | e3871117c8dc4b265c1e8f563c66ac5fd23b84e9 (diff) | |
download | meta-intel-a4c38c04e9638ec3314823fc1d69f4f0e21b17ca.tar.gz |
intel-gpu-tools: add new package
This package contains numerous useful tools for working with Intel GPUs. Add a
patch to install intel_panel_fitter as it's genuinely useful and not just a
debugging tool.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb')
-rw-r--r-- | common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb new file mode 100644 index 00000000..893c4183 --- /dev/null +++ b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb | |||
@@ -0,0 +1,15 @@ | |||
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 | SRC_URI += "file://install-fitter.patch" | ||
7 | |||
8 | SRC_URI[md5sum] = "67facd6241e26e2c68614728e3a932e9" | ||
9 | SRC_URI[sha256sum] = "51d22fdb3d415a1b3b7d0a172c1bb24dec6f16116e80a9ce49873f44527f20a0" | ||
10 | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd" | ||
12 | |||
13 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0" | ||
14 | |||
15 | EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger" | ||