diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-03-07 16:20:32 +0200 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2014-03-10 16:48:46 -0500 |
commit | 22d1c5bd85635060833134a0b1dedd876566792a (patch) | |
tree | 4bba505d0196aee165f9a6292056f80046eb16b1 | |
parent | 0b743d1ed358f0552d1fd5dddabd226f122427d1 (diff) | |
download | meta-intel-22d1c5bd85635060833134a0b1dedd876566792a.tar.gz |
intel-gpu-tools: upgrade to 1.5
* Disable the dumper since it needs swig and python3;
* refresh the install-fitter.patch;
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r-- | common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch | 18 | ||||
-rw-r--r-- | common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.5.bb (renamed from common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb) | 6 |
2 files changed, 12 insertions, 12 deletions
diff --git a/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch b/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch index 2a344c57..f16d9722 100644 --- a/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch +++ b/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch | |||
@@ -3,16 +3,16 @@ The panel_fitter is genuinely useful but not installed, so install it. | |||
3 | Upstream-Status: Inappropriate | 3 | Upstream-Status: Inappropriate |
4 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 4 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
5 | 5 | ||
6 | Index: tools/Makefile.am | 6 | Index: intel-gpu-tools-1.5/tools/Makefile.am |
7 | =================================================================== | 7 | =================================================================== |
8 | --- a/tools.orig/Makefile.am 2012-08-21 08:30:29.000000000 +0100 | 8 | --- intel-gpu-tools-1.5.orig/tools/Makefile.am 2013-11-06 16:31:21.000000000 +0200 |
9 | +++ b/tools/Makefile.am 2013-06-25 16:52:34.220504579 +0100 | 9 | +++ intel-gpu-tools-1.5/tools/Makefile.am 2014-03-06 17:34:14.938170240 +0200 |
10 | @@ -17,13 +17,13 @@ | 10 | @@ -30,13 +30,13 @@ |
11 | intel_forcewaked \ | 11 | intel_nc_write \ |
12 | intel_dpio_read \ | 12 | intel_nc_read \ |
13 | intel_dpio_write \ | 13 | intel_vga_read \ |
14 | - intel_l3_parity | 14 | - intel_vga_write |
15 | + intel_l3_parity \ | 15 | + intel_vga_write \ |
16 | + intel_panel_fitter | 16 | + intel_panel_fitter |
17 | 17 | ||
18 | noinst_PROGRAMS = \ | 18 | noinst_PROGRAMS = \ |
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.5.bb index 8dcb44b5..66075f66 100644 --- a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb +++ b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.5.bb | |||
@@ -5,12 +5,12 @@ DESCRIPTION = "Variety of small tools for testing intel graphics." | |||
5 | 5 | ||
6 | SRC_URI += "file://install-fitter.patch" | 6 | SRC_URI += "file://install-fitter.patch" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "67facd6241e26e2c68614728e3a932e9" | 8 | SRC_URI[md5sum] = "6165a9054de2609f5b1bf0ca0d913f31" |
9 | SRC_URI[sha256sum] = "51d22fdb3d415a1b3b7d0a172c1bb24dec6f16116e80a9ce49873f44527f20a0" | 9 | SRC_URI[sha256sum] = "115475b528c78d67741ae6cbedfbfced1d471b356140e48245cbad8fdfaad1d1" |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd" |
12 | 12 | ||
13 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0" | 13 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0" |
14 | 14 | ||
15 | EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger" | 15 | EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger --disable-dumper" |
16 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" | 16 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" |