[meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-11 Thread Pengyu Ma
Disable gtk-doc to fix building error. Add libunwind package config to fix denpendece. Changes since v2: * Remove bash dependency. Changes since v1: * Add libunwind package config. Signed-off-by: Pengyu Ma --- ...001-test-script-remove-dependency-on-bash.patch | 146 + ..

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Saul Wold
On 08/11/2015 08:42 PM, Pengyu Ma wrote: Disable gtk-doc to fix building error. Add libunwind package config to fix denpendece. Changes since v2: * Remove bash dependency. Changes since v1: * Add libunwind package config. Signed-off-by: Pengyu Ma --- ...001-test-script-remove-dependency

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Pengyu Ma
On 08/12/2015 03:54 PM, Saul Wold wrote: On 08/11/2015 08:42 PM, Pengyu Ma wrote: Disable gtk-doc to fix building error. Add libunwind package config to fix denpendece. Changes since v2: * Remove bash dependency. Changes since v1: * Add libunwind package config. Signed-off-by: Pengyu Ma

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Burton, Ross
On 12 August 2015 at 04:42, Pengyu Ma wrote: > * Remove bash dependency. > Did you verify that the scripts are not actually bash scripts and can simply be changed to use /bin/sh? Ross -- ___ meta-intel mailing list meta-intel@yoctoproject.org https:

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Pengyu Ma
I have installed intel-gpu-tools on my broadwell-u board, run kms_sysfs_edid_timing and other tests, most of them have no output, one example log: /usr/lib64/intel-gpu-tools/intel-gpu-tools/drv_missed_irq_hang Interrupts masked Interrupts unmasked Cleared missed interrupts Pengyu On 08/12/2015

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Saul Wold
On 08/12/2015 02:37 AM, Pengyu Ma wrote: I have installed intel-gpu-tools on my broadwell-u board, run kms_sysfs_edid_timing and other tests, most of them have no output, one example log: /usr/lib64/intel-gpu-tools/intel-gpu-tools/drv_missed_irq_hang Interrupts masked Interrupts unmasked Cleared

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Burton, Ross
On 12 August 2015 at 16:17, Saul Wold wrote: > If you are running on a system with bash the /bin/sh will point to bash so > there is no real change, the real test is to install these tools on a > system without Bash and ensure they work. > Or run checkbashisms, or just read the scripts. Ross --

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Pengyu Ma
# ~/checkbashisms -f /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients possible bashism in /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients line 3 (bash arrays, ${name[0|*|@]}): SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )" possible bashism in /usr/lib64/intel-gpu-tools/

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-13 Thread Saul Wold
On 08/12/2015 08:15 PM, Pengyu Ma wrote: # ~/checkbashisms -f /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients possible bashism in /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients line 3 (bash arrays, ${name[0|*|@]}): SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )" possible

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-13 Thread Pengyu Ma
On 08/13/2015 11:10 PM, Saul Wold wrote: On 08/12/2015 08:15 PM, Pengyu Ma wrote: # ~/checkbashisms -f /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients possible bashism in /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients line 3 (bash arrays, ${name[0|*|@]}): SOURCE_DIR=