buildroot/package/ti-sgx-demos/ti-sgx-demos.mk
Lothar Felten 88ac054a3e package/ti-sgx-demos: new package
This package adds the SGX demos from Imagination Technologies, they are
available as binaries only.
This package contains binaries compiled for the SGX graphics accelerator used
in the following Texas Instruments SoCs: AM335x, AM437x, AM4430, AM5430.

Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-24 16:10:18 +02:00

19 lines
609 B
Makefile

################################################################################
#
# ti-sgx-demos
#
################################################################################
# This correpsonds to SDK 02.00.00.00
TI_SGX_DEMOS_VERSION = f24650bc8243b25c23d6a0a502ed79fc472ac424
TI_SGX_DEMOS_SITE = git://git.ti.com/graphics/img-pvr-sdk.git
TI_SGX_DEMOS_LICENSE = Imagination Technologies License Agreement
TI_SGX_DEMOS_LICENSE_FILES = LegalNotice.txt
define TI_SGX_DEMOS_INSTALL_TARGET_CMDS
cp -dpfr $(@D)/targetfs/Examples/Advanced/OGLES* \
$(TARGET_DIR)/usr/bin/
endef
$(eval $(generic-package))