update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_TIDSP_BINARIES
bool "tidsp-binaries"
depends on BR2_cortex_a8
help
TI OMAP3 DSP algorithms.
https://gforge.ti.com/gf/project/openmax/

View File

@@ -0,0 +1,2 @@
# locally computed
sha256 c56e5edd53c921768a033906426329279ca8ae6537c5d735c42b948e9778b05c tidsp-binaries-23.i3.8.tar.gz

View File

@@ -0,0 +1,16 @@
################################################################################
#
# tidsp-binaries
#
################################################################################
TIDSP_BINARIES_VERSION = 23.i3.8
TIDSP_BINARIES_SITE = http://gst-dsp.googlecode.com/files
TIDSP_BINARIES_LICENSE = TI Proprietary License
TIDSP_BINARIES_LICENSE_FILES = LICENSE
define TIDSP_BINARIES_INSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
endef
$(eval $(generic-package))