Browse Source

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>
Matt Weber 6 years ago
parent
commit
e8eb7f5bd0

+ 6 - 0
Config.in.legacy

@@ -145,6 +145,12 @@ endif
 ###############################################################################
 ###############################################################################
 comment "Legacy options removed in 2018.11"
 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
 config BR2_PACKAGE_GST_DSP
 	bool "gst-dsp package removed"
 	bool "gst-dsp package removed"
 	select BR2_LEGACY
 	select BR2_LEGACY

+ 0 - 1
package/Config.in

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

+ 0 - 8
package/dsp-tools/Config.in

@@ -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

+ 0 - 2
package/dsp-tools/dsp-tools.hash

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

+ 0 - 21
package/dsp-tools/dsp-tools.mk

@@ -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))