[PATCH 3/3] mesa: android: freedreno: Fix build failure due to path change

Dylan Baker dylan at pnwbakers.com
Tue May 7 18:34:44 UTC 2019


Hi John,

This patch and the previous one landed with a fixes tag nominating them for the
staging/19.0 branch, but they don't apply, and to get the to apply requires
pulling in several other android build system patches. If you'd like those in
the 19.0 stable branch can you put together an MR against the staging/19.0
branch, or if you don't care let me know so I can mark them as de-nominated?

Thanks,
Dylan

Quoting John Stultz (2019-05-02 11:03:46)
> The ir3_nir_trig.py file was moved in a previous commit,
> aa0fed10d3574 (freedreno: move ir3 to common location),
> so update the Android.gen.mk file to match.
> 
> Cc: Rob Clark <robdclark at chromium.org>
> Cc: Emil Velikov <emil.l.velikov at gmail.com>
> Cc: Amit Pundir <amit.pundir at linaro.org>
> Cc: Sumit Semwal <sumit.semwal at linaro.org>
> Cc: Alistair Strachan <astrachan at google.com>
> Cc: Greg Hartman <ghartman at google.com>
> Cc: Tapani Pälli <tapani.palli at intel.com>
> Cc: Jason Ekstrand <jason at jlekstrand.net>
> Signed-off-by: John Stultz <john.stultz at linaro.org>
> ---
>  src/gallium/drivers/freedreno/Android.gen.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/gallium/drivers/freedreno/Android.gen.mk b/src/gallium/drivers/freedreno/Android.gen.mk
> index 17b6fbe1b7e..d29ba159d5c 100644
> --- a/src/gallium/drivers/freedreno/Android.gen.mk
> +++ b/src/gallium/drivers/freedreno/Android.gen.mk
> @@ -25,7 +25,7 @@ LOCAL_MODULE_CLASS := STATIC_LIBRARIES
>  endif
>  
>  ir3_nir_trig_deps := \
> -       $(LOCAL_PATH)/ir3/ir3_nir_trig.py \
> +       $(MESA_TOP)/src/freedreno/ir3/ir3_nir_trig.py \
>         $(MESA_TOP)/src/compiler/nir/nir_algebraic.py
>  
>  intermediates := $(call local-generated-sources-dir)
> -- 
> 2.17.1
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190507/d694faa7/attachment.sig>


More information about the dri-devel mailing list