2016-07-14 14:04:47 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# ti-sgx-demos
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2020-12-21 11:02:33 +01:00
|
|
|
# This corresponds to SDK 06.00.00.07 plus one pull request
|
2019-11-15 13:49:58 +01:00
|
|
|
TI_SGX_DEMOS_VERSION = bb8b74cdd1323e76697b3eb2258f863b15fee287
|
|
|
|
TI_SGX_DEMOS_SITE = http://git.ti.com/git/graphics/img-pvr-sdk.git
|
|
|
|
TI_SGX_DEMOS_SITE_METHOD = git
|
2016-07-14 14:04:47 +02:00
|
|
|
TI_SGX_DEMOS_LICENSE = Imagination Technologies License Agreement
|
|
|
|
TI_SGX_DEMOS_LICENSE_FILES = LegalNotice.txt
|
|
|
|
|
|
|
|
define TI_SGX_DEMOS_INSTALL_TARGET_CMDS
|
2020-12-12 23:01:24 +01:00
|
|
|
cp -dpfr $(@D)/targetfs/arm/Examples/Advanced/NullWS/OGLES* \
|
2016-07-14 14:04:47 +02:00
|
|
|
$(TARGET_DIR)/usr/bin/
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(generic-package))
|