package/freescale-imx/imx-gpu-g2d: bump to version 6.4.0.p1.0

Make the package available on AArch64 now that it is supported, and
add hashes for the license files.

Signed-off-by: Refik Tuzakli <tuzakli.refik@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Refik Tuzakli 2020-02-03 22:31:54 +03:00 committed by Thomas Petazzoni
parent 7b174f0fdd
commit 1d0ea8d433
3 changed files with 15 additions and 3 deletions

View file

@ -2,10 +2,14 @@ comment "imx-gpu-g2d needs a glibc toolchain with armhf enabled"
depends on BR2_arm
depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_ARM_EABIHF
comment "imx-gpu-g2d needs a glibc toolchain"
depends on BR2_aarch64
depends on !BR2_TOOLCHAIN_USES_GLIBC
config BR2_PACKAGE_IMX_GPU_G2D
bool "imx-gpu-g2d"
# Pre-built binaries only available for ARM EABIhf
depends on BR2_ARM_EABIHF
depends on (BR2_arm && BR2_ARM_EABIHF) || BR2_aarch64
# Library binaries are linked against libc.so.6
depends on BR2_TOOLCHAIN_USES_GLIBC
select BR2_PACKAGE_IMX_GPU_VIV

View file

@ -1 +1,5 @@
sha256 5f2d2171d5cd57f37ab07184fc908a0f6ecb2a97f023f04c2f9f3b3d7fec8481 imx-gpu-g2d-6.2.4.p1.2.bin
# Locally calculated
sha256 6d6d02d035d988cbdb2014794f2efe970a3f5ac277202882bbf553bb7fd789d2 imx-gpu-g2d-6.4.0.p1.0-aarch32.bin
sha256 35885f435dbe951d2c0f439a376ed8a59a50b67a1b7e1e14fa2ab03995abb1ad imx-gpu-g2d-6.4.0.p1.0-aarch64.bin
sha256 d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561 COPYING
sha256 9665930f69c0b6f4a4c055d7fe2b8ee563e771efbc83892abb1955e61492cdf7 EULA

View file

@ -4,7 +4,11 @@
#
################################################################################
IMX_GPU_G2D_VERSION = 6.2.4.p1.2
ifeq ($(BR2_aarch64),y)
IMX_GPU_G2D_VERSION = 6.4.0.p1.0-aarch64
else
IMX_GPU_G2D_VERSION = 6.4.0.p1.0-aarch32
endif
IMX_GPU_G2D_SITE = $(FREESCALE_IMX_SITE)
IMX_GPU_G2D_SOURCE = imx-gpu-g2d-$(IMX_GPU_G2D_VERSION).bin
IMX_GPU_G2D_DEPENDENCIES = imx-gpu-viv