diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2014-11-28 17:35:24 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-12-23 08:47:40 -0600 |
commit | 484a2fc88ec2bf4eaa0c59b63392a6b6353f28ba (patch) | |
tree | e263487c6d933c3fe4dde6a830dcfd9022c24550 /common | |
parent | 3e93304f1571f95d8414daede9ccc78c03e67e37 (diff) | |
download | meta-intel-484a2fc88ec2bf4eaa0c59b63392a6b6353f28ba.tar.gz |
intel-gpu-tools: Update to 1.8
Routine package upgrade.
Removes install-fitter patch because it's now upstream.
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch | 26 | ||||
-rw-r--r-- | common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.8.bb (renamed from common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.5.bb) | 6 |
2 files changed, 2 insertions, 30 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 deleted file mode 100644 index f16d9722..00000000 --- a/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | The panel_fitter is genuinely useful but not installed, so install it. | ||
2 | |||
3 | Upstream-Status: Inappropriate | ||
4 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
5 | |||
6 | Index: intel-gpu-tools-1.5/tools/Makefile.am | ||
7 | =================================================================== | ||
8 | --- intel-gpu-tools-1.5.orig/tools/Makefile.am 2013-11-06 16:31:21.000000000 +0200 | ||
9 | +++ intel-gpu-tools-1.5/tools/Makefile.am 2014-03-06 17:34:14.938170240 +0200 | ||
10 | @@ -30,13 +30,13 @@ | ||
11 | intel_nc_write \ | ||
12 | intel_nc_read \ | ||
13 | intel_vga_read \ | ||
14 | - intel_vga_write | ||
15 | + intel_vga_write \ | ||
16 | + intel_panel_fitter | ||
17 | |||
18 | noinst_PROGRAMS = \ | ||
19 | intel_dump_decode \ | ||
20 | intel_infoframes \ | ||
21 | - intel_lid \ | ||
22 | - intel_panel_fitter | ||
23 | + intel_lid | ||
24 | |||
25 | dist_bin_SCRIPTS = intel_gpu_abrt | ||
26 | |||
diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.5.bb b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.8.bb index d54d020c..612b1c91 100644 --- a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.5.bb +++ b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.8.bb | |||
@@ -3,10 +3,8 @@ require ${COREBASE}/meta/recipes-graphics/xorg-app/xorg-app-common.inc | |||
3 | SUMMARY = "Intel GPU tools" | 3 | SUMMARY = "Intel GPU tools" |
4 | DESCRIPTION = "Variety of small tools for testing intel graphics." | 4 | DESCRIPTION = "Variety of small tools for testing intel graphics." |
5 | 5 | ||
6 | SRC_URI += "file://install-fitter.patch" | 6 | SRC_URI[md5sum] = "49d2c3c65204d889189c4d8c14c598b3" |
7 | 7 | SRC_URI[sha256sum] = "ffe2a11bca57f7fe36e93d55e4b3685127640e3e6cdae19973b193fe25ff3759" | |
8 | SRC_URI[md5sum] = "6165a9054de2609f5b1bf0ca0d913f31" | ||
9 | SRC_URI[sha256sum] = "115475b528c78d67741ae6cbedfbfced1d471b356140e48245cbad8fdfaad1d1" | ||
10 | 8 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd" |
12 | 10 | ||