Import buildroot 2016.02.01
This commit is contained in:
7
firmware/buildroot/package/tidsp-binaries/Config.in
Normal file
7
firmware/buildroot/package/tidsp-binaries/Config.in
Normal 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/
|
||||
16
firmware/buildroot/package/tidsp-binaries/tidsp-binaries.mk
Normal file
16
firmware/buildroot/package/tidsp-binaries/tidsp-binaries.mk
Normal 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
|
||||
$(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user