mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
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.
|
||||
|
||||
http://git.ti.com/graphics/img-pvr-sdk
|
||||
2
package/ti-sgx-demos/ti-sgx-demos.hash
Normal file
2
package/ti-sgx-demos/ti-sgx-demos.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 9d1d4da2c2b35303e239f99eb4003b8b206078a682aa083d5fb831ee4197f3bf ti-sgx-demos-f24650bc8243b25c23d6a0a502ed79fc472ac424.tar.gz
|
||||
18
package/ti-sgx-demos/ti-sgx-demos.mk
Normal file
18
package/ti-sgx-demos/ti-sgx-demos.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user