All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@intel.com>
To: Ross Burton <ross.burton@intel.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-intel][PATCH] intel-gpu-tools: add new package
Date: Tue, 25 Jun 2013 17:23:01 -0500	[thread overview]
Message-ID: <1372198981.9056.2.camel@empanada> (raw)
In-Reply-To: <1372178610-19243-1-git-send-email-ross.burton@intel.com>

On Tue, 2013-06-25 at 17:43 +0100, Ross Burton wrote:
> 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>

Nice addition.

Pulled into meta-intel/master.

Thanks,

Tom

> ---
>  .../intel-gpu-tools/files/install-fitter.patch     |   26 ++++++++++++++++++++
>  .../intel-gpu-tools/intel-gpu-tools_1.3.bb         |   15 +++++++++++
>  2 files changed, 41 insertions(+)
>  create mode 100644 common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch
>  create mode 100644 common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb
> 
> diff --git a/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch b/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch
> new file mode 100644
> index 0000000..2a344c5
> --- /dev/null
> +++ b/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch
> @@ -0,0 +1,26 @@
> +The panel_fitter is genuinely useful but not installed, so install it.
> +
> +Upstream-Status: Inappropriate
> +Signed-off-by: Ross Burton <ross.burton@intel.com>
> +
> +Index: tools/Makefile.am
> +===================================================================
> +--- a/tools.orig/Makefile.am	2012-08-21 08:30:29.000000000 +0100
> ++++ b/tools/Makefile.am	2013-06-25 16:52:34.220504579 +0100
> +@@ -17,13 +17,13 @@
> + 	intel_forcewaked		\
> + 	intel_dpio_read			\
> + 	intel_dpio_write		\
> +-	intel_l3_parity
> ++	intel_l3_parity			\
> ++	intel_panel_fitter
> + 
> + noinst_PROGRAMS = 			\
> + 	intel_dump_decode 		\
> + 	intel_infoframes		\
> +-	intel_lid			\
> +-	intel_panel_fitter
> ++	intel_lid
> + 
> + dist_bin_SCRIPTS = intel_gpu_abrt
> + 
> 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 0000000..893c418
> --- /dev/null
> +++ b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb
> @@ -0,0 +1,15 @@
> +require ${COREBASE}/meta/recipes-graphics/xorg-app/xorg-app-common.inc
> +
> +SUMMARY = "Intel GPU tools"
> +DESCRIPTION = "Variety of small tools for testing intel graphics."
> +
> +SRC_URI += "file://install-fitter.patch"
> +
> +SRC_URI[md5sum] = "67facd6241e26e2c68614728e3a932e9"
> +SRC_URI[sha256sum] = "51d22fdb3d415a1b3b7d0a172c1bb24dec6f16116e80a9ce49873f44527f20a0"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd"
> +
> +DEPENDS += "libdrm libpciaccess cairo udev glib-2.0"
> +
> +EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger"




  reply	other threads:[~2013-06-25 22:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-25 16:43 [meta-intel][PATCH] intel-gpu-tools: add new package Ross Burton
2013-06-25 22:23 ` Tom Zanussi [this message]
2013-06-26  8:15   ` Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1372198981.9056.2.camel@empanada \
    --to=tom.zanussi@intel.com \
    --cc=ross.burton@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.