[Intel-gfx] [PATCH] build: Skip kms_plane and kms_sysfs_edid_timing on Android
Santos, Joao
joao.santos at intel.com
Tue Feb 18 17:58:58 CET 2014
Someone asked me to put the kms_sysfs_edid_timing for the same reason, I honestly didn't check it myself.
I think we should still add kms_plane to the skip_list because otherwise it blocks anyone who tries to build igt tests.
I'll send another patch if that's alright (?).
Joao.
-----Original Message-----
From: Lespiau, Damien
Sent: Tuesday, February 18, 2014 2:21 PM
To: Santos, Joao
Cc: intel-gfx at lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] build: Skip kms_plane and kms_sysfs_edid_timing on Android
On Tue, Feb 18, 2014 at 01:28:54PM +0000, joao.santos at intel.com wrote:
> From: Joao Santos <joao.santos at intel.com>
>
> We do not have GLib there so it does not build.
>
>
> Signed-off-by: Joao Santos <joao.santos at intel.com>
> ---
> tests/Android.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/Android.mk b/tests/Android.mk index
> 30be4a6..fa01721 100644
> --- a/tests/Android.mk
> +++ b/tests/Android.mk
> @@ -32,6 +32,8 @@ endef
> #================#
>
> skip_tests_list := \
> + kms_plane \
> + kms_sysfs_edid_timing \
None of them use glib. Oh! there were spurious glib.h includes, that explains it, I've pushed a couple of patches to remove them.
kms_plane uses cairo which I understand you don't have (yet! :).
What about kms_sysfs_edid_timing though? it's shell script that makes sure we don't take an abnormal time to read the EDID from a monitor.
What's the problem you're seeing?
--
Damien
More information about the Intel-gfx
mailing list