generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/ti-sgx-demos/Config.in
Normal file
9
package/ti-sgx-demos/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_TI_SGX_DEMOS
|
||||
bool "ti-sgx-demos"
|
||||
depends on BR2_PACKAGE_TI_SGX_UM
|
||||
help
|
||||
These SGX powervr demo applications from Imagination
|
||||
Technologies are availabe as binaries only. The binaries
|
||||
are compiled for the TI SGX implementation.
|
||||
|
||||
https://git.ti.com/cgit/graphics/img-pvr-sdk
|
||||
3
package/ti-sgx-demos/ti-sgx-demos.hash
Normal file
3
package/ti-sgx-demos/ti-sgx-demos.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 5564741d7669b6303e52f4c0d1eaa04aa2633c0c6ad8ff7c5295b7ef3764c719 ti-sgx-demos-bb8b74cdd1323e76697b3eb2258f863b15fee287-br1.tar.gz
|
||||
sha256 052741ea66a4a48e0ef8cab259d2dc136e7cf52fda694af8d1fe9bd28abe333b LegalNotice.txt
|
||||
19
package/ti-sgx-demos/ti-sgx-demos.mk
Normal file
19
package/ti-sgx-demos/ti-sgx-demos.mk
Normal file
@ -0,0 +1,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))
|
||||
Reference in New Issue
Block a user