Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
help
Installs OpenGL libaries which support the eglimage api.
-config BR2_PACKAGE_TI_GFX_HARD_FLOAT
- bool "use hard float binaries"
- help
- Install hard float binaries (required if using a hard float toolchain)
-
choice
prompt "Target"
default BR2_PACKAGE_TI_GFX_ES3
TI_GFX_VERSION = 4_09_00_01
TI_GFX_SO_VERSION = 1.9.2188537
-ifeq ($(BR2_PACKAGE_TI_GFX_HARD_FLOAT),y)
+ifeq ($(BR2_ARM_EABIHF),y)
TI_GFX_SOURCE = Graphics_SDK_setuplinux_$(TI_GFX_VERSION)_hardfp_minimal_demos.bin
else
TI_GFX_SOURCE = Graphics_SDK_setuplinux_$(TI_GFX_VERSION)_minimal_demos.bin