xref: /OK3568_Linux_fs/buildroot/package/ti-sgx-demos/ti-sgx-demos.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# ti-sgx-demos
4#
5################################################################################
6
7# This corresponds to SDK 06.00.00.07 plus one pull request
8TI_SGX_DEMOS_VERSION = bb8b74cdd1323e76697b3eb2258f863b15fee287
9TI_SGX_DEMOS_SITE = http://git.ti.com/git/graphics/img-pvr-sdk.git
10TI_SGX_DEMOS_SITE_METHOD = git
11TI_SGX_DEMOS_LICENSE = Imagination Technologies License Agreement
12TI_SGX_DEMOS_LICENSE_FILES = LegalNotice.txt
13
14define TI_SGX_DEMOS_INSTALL_TARGET_CMDS
15	cp -dpfr $(@D)/targetfs/arm/Examples/Advanced/NullWS/OGLES* \
16		$(TARGET_DIR)/usr/bin/
17endef
18
19$(eval $(generic-package))
20