hc
2024-08-14 d5ef2fdafdb09de9c2f876fc0edf2ba6bf224909
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
################################################################################
#
# ti-sgx-demos
#
################################################################################
 
# This corresponds to SDK 06.00.00.07 plus one pull request
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
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/arm/Examples/Advanced/NullWS/OGLES* \
       $(TARGET_DIR)/usr/bin/
endef
 
$(eval $(generic-package))