summaryrefslogtreecommitdiffstats
path: root/package/ti-sgx-demos
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-09-16 16:06:08 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-09-27 15:57:23 -0500
commit398a4b85d4374a35f580db998b854261a5a7db74 (patch)
tree9464d1f07b64b6357c08b923e7fb4ba1ff4bf7cd /package/ti-sgx-demos
parentef2bf42027bd0bce7691bbdf9d2e7e67ef68fa79 (diff)
downloadbuildroot-2019.02-op-build.tar.gz
buildroot-2019.02-op-build.zip
Initial pass at removing binary-only, unlicensed, and proprietary packages from buildroot tree2019.02-op-build
Note that DAHDI is only being removed due to poor packaging -- it does not require binary firmware on some cards, but the buildroot packaging for it unconditionally pulls in binary-only firmware regardless.
Diffstat (limited to 'package/ti-sgx-demos')
-rw-r--r--package/ti-sgx-demos/Config.in9
-rw-r--r--package/ti-sgx-demos/ti-sgx-demos.hash2
-rw-r--r--package/ti-sgx-demos/ti-sgx-demos.mk18
3 files changed, 0 insertions, 29 deletions
diff --git a/package/ti-sgx-demos/Config.in b/package/ti-sgx-demos/Config.in
deleted file mode 100644
index ea06fdb3ad..0000000000
--- a/package/ti-sgx-demos/Config.in
+++ /dev/null
@@ -1,9 +0,0 @@
-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
diff --git a/package/ti-sgx-demos/ti-sgx-demos.hash b/package/ti-sgx-demos/ti-sgx-demos.hash
deleted file mode 100644
index 43acf9102a..0000000000
--- a/package/ti-sgx-demos/ti-sgx-demos.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally computed:
-sha256 9d1d4da2c2b35303e239f99eb4003b8b206078a682aa083d5fb831ee4197f3bf ti-sgx-demos-f24650bc8243b25c23d6a0a502ed79fc472ac424.tar.gz
diff --git a/package/ti-sgx-demos/ti-sgx-demos.mk b/package/ti-sgx-demos/ti-sgx-demos.mk
deleted file mode 100644
index 80af79b983..0000000000
--- a/package/ti-sgx-demos/ti-sgx-demos.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-################################################################################
-#
-# 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))
OpenPOWER on IntegriCloud