All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Bisson <gary.bisson@boundarydevices.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 03/15] package/freescale-imx/imx-gpu-viv: bump version to 6.4.3.p0.0
Date: Tue, 29 Dec 2020 18:54:47 +0100	[thread overview]
Message-ID: <X+ttZ1LqmL5tH6jW@p1g2> (raw)
In-Reply-To: <1608793193-11843-4-git-send-email-stephane.viau@oss.nxp.com>

Hi Stephane,

Have you tried building Weston with that package? It fails to build for
me and it seems the makefile requires modifications to setup the symbolic
links properly.
I'll take care of it as part of the update to latest (GA) version but I
recommend building not only the package but an actual application that
requires the GLES libs to be properly installed for next series ;)

Thanks,
Gary

On Thu, Dec 24, 2020 at 07:59:41AM +0100, Stephane Viau wrote:
> This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.
> 
> Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
> ---
>  package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash | 8 ++++----
>  package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk   | 4 ++--
>  2 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash
> index 6de74a9..8978a3a 100644
> --- a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash
> +++ b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated
> -sha256	9cc4c6594083f5970bc394a698a0a8ed0c7f2a1a753dfbf25cb0be5ab8bdcbd5  imx-gpu-viv-6.4.0.p2.4-aarch32.bin
> -sha256	a295f41a6346c507fc8a677c26ecf9b2f416735e32e6d0734516ef5363027720  imx-gpu-viv-6.4.0.p2.4-aarch64.bin
> -sha256	2ceab29de5ea533b86f570bcc4e9ddbfb5fe85a1da4978a8613ff3fd9bed781d  COPYING
> -sha256	7ffad92e72e5f6b23027e7cf93a770a4acef00a92dcf79f22701ed401c5478c0  EULA
> +sha256	cdec43e45e840fe30e188e3b6f07c44b4a1ceafc315e605c8d278564db5fcbe9  imx-gpu-viv-6.4.3.p0.0-aarch32.bin
> +sha256	b3bd03288106daf3a62d2301d09569292ef6a5c74c761cfa4e41dad85e4bf547  imx-gpu-viv-6.4.3.p0.0-aarch64.bin
> +sha256	69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2  COPYING
> +sha256	a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc  EULA
> diff --git a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
> index fca8a4d..0bb923a 100644
> --- a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
> +++ b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
> @@ -5,9 +5,9 @@
>  ################################################################################
>  
>  ifeq ($(BR2_aarch64),y)
> -IMX_GPU_VIV_VERSION = 6.4.0.p2.4-aarch64
> +IMX_GPU_VIV_VERSION = 6.4.3.p0.0-aarch64
>  else
> -IMX_GPU_VIV_VERSION = 6.4.0.p2.4-aarch32
> +IMX_GPU_VIV_VERSION = 6.4.3.p0.0-aarch32
>  endif
>  IMX_GPU_VIV_SITE = $(FREESCALE_IMX_SITE)
>  IMX_GPU_VIV_SOURCE = imx-gpu-viv-$(IMX_GPU_VIV_VERSION).bin
> -- 
> 2.7.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

  reply	other threads:[~2020-12-29 17:54 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 01/15] package/freescale-imx/firmware-imx: bump version to 8.9 Stephane Viau
2020-12-26 17:31   ` Thomas Petazzoni
2020-12-24  6:59 ` [Buildroot] [PATCH 02/15] package/freescale-imx/imx-gpu-g2d: bump to version 6.4.3.p0.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 03/15] package/freescale-imx/imx-gpu-viv: bump version to 6.4.3.p0.0 Stephane Viau
2020-12-29 17:54   ` Gary Bisson [this message]
2021-01-04  9:31     ` Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 04/15] package/freescale-imx/imx-sc-firmware: bump version to 1.6.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 05/15] package/freescale-imx/imx-seco: bump version to 3.7.1 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 06/15] package/freescale-imx/imx-vpu: bump version to 5.4.39.3 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 07/15] package/freescale-imx/imx-vpu-hantro: bump version to 1.19.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 08/15] package/imx-mkimage: bump to version rel_imx_5.4.47_2.2.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 09/15] configs/freescale_imx6*: bump BSP components to 5.4.47_2.2.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 10/15] configs/freescale_imx7dsabresd: " Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 11/15] configs/freescale_imx8mmevk: " Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 12/15] configs/freescale_imx8mnevk: " Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 13/15] configs/freescale_imx8mqevk: " Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 14/15] configs/freescale_imx8qmmek: " Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 15/15] configs/freescale_imx8qxpmek: " Stephane Viau
2020-12-24 11:08 ` [Buildroot] [PATCH 00/15] Bump NXP " Gary Bisson
2020-12-25  7:55   ` Stephane Viau

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=X+ttZ1LqmL5tH6jW@p1g2 \
    --to=gary.bisson@boundarydevices.com \
    --cc=buildroot@busybox.net \
    /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.