package/dsp-tools: remove package

The suit of TI OMAP3 dsp tools/libraries are being removed as the
upstream projects are no longer active.

The dsp-tools package used the tidsp-binaries package.

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>
2018.11.x
Matt Weber 2018-10-15 11:46:43 -05:00 committed by Peter Korsgaard
parent 9154290737
commit e8eb7f5bd0
5 changed files with 6 additions and 32 deletions

View File

@ -145,6 +145,12 @@ endif
###############################################################################
comment "Legacy options removed in 2018.11"
config BR2_PACKAGE_DSP_TOOLS
bool "dsp-tools package removed"
select BR2_LEGACY
help
The dsp-tools package was removed.
config BR2_PACKAGE_GST_DSP
bool "gst-dsp package removed"
select BR2_LEGACY

View File

@ -2102,7 +2102,6 @@ menu "System tools"
source "package/docker-containerd/Config.in"
source "package/docker-engine/Config.in"
source "package/docker-proxy/Config.in"
source "package/dsp-tools/Config.in"
source "package/efibootmgr/Config.in"
source "package/efivar/Config.in"
source "package/emlog/Config.in"

View File

@ -1,8 +0,0 @@
config BR2_PACKAGE_DSP_TOOLS
bool "dsp-tools"
depends on BR2_cortex_a8
select BR2_PACKAGE_TIDSP_BINARIES
help
Utilities for TI OMAP3 DSP.
http://github.com/felipec/dsp-tools

View File

@ -1,2 +0,0 @@
# Locally computed:
sha256 734a1d5f21fb388bdbe64f7b599fef52357c3c72ff860f38456a352e7c1c3e78 dsp-tools-v2.0.tar.gz

View File

@ -1,21 +0,0 @@
################################################################################
#
# dsp-tools
#
################################################################################
DSP_TOOLS_VERSION = v2.0
DSP_TOOLS_SITE = $(call github,felipec,dsp-tools,$(DSP_TOOLS_VERSION))
DSP_TOOLS_DEPENDENCIES = tidsp-binaries
DSP_TOOLS_LICENSE = LGPL-2.1
DSP_TOOLS_LICENSE_FILES = LICENSE
define DSP_TOOLS_BUILD_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
endef
define DSP_TOOLS_INSTALL_TARGET_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
endef
$(eval $(generic-package))