diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2018-01-18 13:33:35 -0800 |
---|---|---|
committer | California Sullivan <california.l.sullivan@intel.com> | 2018-01-19 13:44:14 -0800 |
commit | be9a2e5ae2105000b7ce92a30ed512b676280252 (patch) | |
tree | d93bc7eeb066b9acfd312269a0e4805519fda640 /recipes-rt/images | |
parent | 7bf03f7612834142355189c46ccdb4b309acc58a (diff) | |
download | meta-intel-be9a2e5ae2105000b7ce92a30ed512b676280252.tar.gz |
intel-gpu-tools: backport patch fixing 32-bit builds
Fixes the following error seen in 32-bit builds:
| ../../intel-gpu-tools-1.20/lib/igt_x86.c:96:10: error: redefinition of 'igt_x86_features'
| unsigned igt_x86_features(void)
| ^~~~~~~~~~~~~~~~
| In file included from ../../intel-gpu-tools-1.20/lib/igt_x86.c:38:0:
| ../../intel-gpu-tools-1.20/lib/igt_x86.h:47:24: note: previous definition of 'igt_x86_features' was here
| static inline unsigned igt_x86_features(void)
| ^~~~~~~~~~~~~~~~
| ../../intel-gpu-tools-1.20/lib/igt_x86.c:148:7: error: redefinition of 'igt_x86_features_to_string'
| char *igt_x86_features_to_string(unsigned features, char *line)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| In file included from ../../intel-gpu-tools-1.20/lib/igt_x86.c:38:0:
| ../../intel-gpu-tools-1.20/lib/igt_x86.h:51:21: note: previous definition of 'igt_x86_features_to_string' was here
| static inline char *igt_x86_features_to_string(unsigned features, char *line)
I unfortunately missed this before merging the upgrade.
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'recipes-rt/images')
0 files changed, 0 insertions, 0 deletions