From patchwork Mon Oct 15 16:46:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Weber X-Patchwork-Id: 984279 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=rockwellcollins.com Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42Ykqn044Yz9sDX for ; Tue, 16 Oct 2018 03:47:00 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 46048245F5; Mon, 15 Oct 2018 16:46:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zaDQXk4Dhc-h; Mon, 15 Oct 2018 16:46:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 74E5923235; Mon, 15 Oct 2018 16:46:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id A3FED1BF48D for ; Mon, 15 Oct 2018 16:46:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A19EF87BEE for ; Mon, 15 Oct 2018 16:46:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A3dgGPlsH87Z for ; Mon, 15 Oct 2018 16:46:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from da1vs01.rockwellcollins.com (da1vs01.rockwellcollins.com [205.175.227.27]) by hemlock.osuosl.org (Postfix) with ESMTPS id C876387BC8 for ; Mon, 15 Oct 2018 16:46:46 +0000 (UTC) Received: from ofwda1n02.rockwellcollins.com (HELO dtulimr02.rockwellcollins.com) ([205.175.227.14]) by da1vs01.rockwellcollins.com with ESMTP; 15 Oct 2018 11:46:46 -0500 X-Received: from largo.rockwellcollins.com (unknown [192.168.140.76]) by dtulimr02.rockwellcollins.com (Postfix) with ESMTP id E4E4320070; Mon, 15 Oct 2018 11:46:45 -0500 (CDT) From: Matt Weber To: buildroot@buildroot.org Date: Mon, 15 Oct 2018 11:46:43 -0500 Message-Id: <1539622004-43558-2-git-send-email-matthew.weber@rockwellcollins.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1539622004-43558-1-git-send-email-matthew.weber@rockwellcollins.com> References: <1539622004-43558-1-git-send-email-matthew.weber@rockwellcollins.com> Subject: [Buildroot] [PATCH 2/3] package/dsp-tools: remove package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" 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.6 LTS if the feature is still required. Signed-off-by: Matthew Weber --- This patchset was started after an update was proposed to the TI DSP related packages to fix upstream homepage URLS. It seems the upstream stablized for this DSP feature set primarily for OMAP3 and then the technology has not been moving forward with newer processors. --- Config.in.legacy | 6 ++++++ package/Config.in | 1 - package/dsp-tools/Config.in | 8 -------- package/dsp-tools/dsp-tools.hash | 2 -- package/dsp-tools/dsp-tools.mk | 21 --------------------- 5 files changed, 6 insertions(+), 32 deletions(-) delete mode 100644 package/dsp-tools/Config.in delete mode 100644 package/dsp-tools/dsp-tools.hash delete mode 100644 package/dsp-tools/dsp-tools.mk diff --git a/Config.in.legacy b/Config.in.legacy index acf578b..2089e82 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -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 diff --git a/package/Config.in b/package/Config.in index 8d995f8..2b645cd 100644 --- a/package/Config.in +++ b/package/Config.in @@ -2097,7 +2097,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" diff --git a/package/dsp-tools/Config.in b/package/dsp-tools/Config.in deleted file mode 100644 index 0267454..0000000 --- a/package/dsp-tools/Config.in +++ /dev/null @@ -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 diff --git a/package/dsp-tools/dsp-tools.hash b/package/dsp-tools/dsp-tools.hash deleted file mode 100644 index cfcf06c..0000000 --- a/package/dsp-tools/dsp-tools.hash +++ /dev/null @@ -1,2 +0,0 @@ -# Locally computed: -sha256 734a1d5f21fb388bdbe64f7b599fef52357c3c72ff860f38456a352e7c1c3e78 dsp-tools-v2.0.tar.gz diff --git a/package/dsp-tools/dsp-tools.mk b/package/dsp-tools/dsp-tools.mk deleted file mode 100644 index ec63bcd..0000000 --- a/package/dsp-tools/dsp-tools.mk +++ /dev/null @@ -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))