package/tidsp-binaries: remove package
The suit of TI OMAP3 dsp tools/libraries are being removed as the upstream projects are no longer active. Suggest using Buildroot 2018.02.x LTS if the feature is still required. Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e8eb7f5bd0
commit
5e8790d5de
@ -145,6 +145,12 @@ endif
|
||||
###############################################################################
|
||||
comment "Legacy options removed in 2018.11"
|
||||
|
||||
config BR2_PACKAGE_TIDSP_BINARIES
|
||||
bool "tidsp-binaries package removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
The tidsp-binaries package was removed.
|
||||
|
||||
config BR2_PACKAGE_DSP_TOOLS
|
||||
bool "dsp-tools package removed"
|
||||
select BR2_LEGACY
|
||||
|
@ -47,7 +47,6 @@ menu "Audio and video applications"
|
||||
source "package/pulseaudio/Config.in"
|
||||
source "package/sox/Config.in"
|
||||
source "package/squeezelite/Config.in"
|
||||
source "package/tidsp-binaries/Config.in"
|
||||
source "package/tovid/Config.in"
|
||||
source "package/tstools/Config.in"
|
||||
source "package/twolame/Config.in"
|
||||
|
@ -1,7 +0,0 @@
|
||||
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/
|
@ -1,2 +0,0 @@
|
||||
# locally computed
|
||||
sha256 c56e5edd53c921768a033906426329279ca8ae6537c5d735c42b948e9778b05c tidsp-binaries-23.i3.8.tar.gz
|
@ -1,16 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
Loading…
Reference in New Issue
Block a user