ti-sgx-demos.mk 678 B

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