From patchwork Mon Aug 26 19:12:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 48246 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CA6F8C5472E for ; Mon, 26 Aug 2024 19:12:34 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.60263.1724699552790829110 for ; Mon, 26 Aug 2024 12:12:33 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 0E01F40C67; Mon, 26 Aug 2024 19:12:32 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fAlY5UZlF-ab; Mon, 26 Aug 2024 19:12:32 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id EC9B440A03; Mon, 26 Aug 2024 19:12:30 +0000 (UTC) Received: from thorin.han-sole.ts.net (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id AA0DC164060; Mon, 26 Aug 2024 15:12:30 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master/scarthgap][PATCH] openmp-rtos: deprecate Date: Mon, 26 Aug 2024 15:12:29 -0400 Message-Id: <20240826191229.8055-1-denis@denix.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 26 Aug 2024 19:12:34 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/17949 From: Denys Dmytriyenko Remove openmp-rtos component as deprecated and not maintained. This used to provide OpenMP DSP runtime components for legacy devices. Signed-off-by: Denys Dmytriyenko --- .../recipes-ti/openmp-rtos/openmp-rtos_git.bb | 62 ------------------- 1 file changed, 62 deletions(-) delete mode 100644 meta-ti-extras/recipes-ti/openmp-rtos/openmp-rtos_git.bb diff --git a/meta-ti-extras/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/meta-ti-extras/recipes-ti/openmp-rtos/openmp-rtos_git.bb deleted file mode 100644 index aa4bc6cd..00000000 --- a/meta-ti-extras/recipes-ti/openmp-rtos/openmp-rtos_git.bb +++ /dev/null @@ -1,62 +0,0 @@ -DESCRIPTION = "TI OpenMP RTOS" -HOMEPAGE = "git://git.ti.com/git/openmp/ti-openmp-dsp-runtime.git" -LICENSE = "BSD-3-Clause" - -require recipes-ti/includes/ti-paths.inc - -inherit features_check - -REQUIRED_MACHINE_FEATURES = "dsp" -REQUIRED_DISTRO_FEATURES = "openmp" - -PV = "2_06_03_00" -PR = "r0" - -OPENMP_RTOS_GIT_URI = "git://git.ti.com/git/openmp/ti-openmp-dsp-runtime.git" -OPENMP_RTOS_GIT_PROTOCOL = "https" -OPENMP_RTOS_GIT_BRANCH = "master" - -BRANCH = "${OPENMP_RTOS_GIT_BRANCH}" -SRC_URI = "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};branch=${BRANCH}" - -SRCREV = "c090eb664d9815a36ead0e14f31e102590680fb8" - -LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" - -DEPENDS = "common-csl-ip-rtos doxygen-native libulm ti-xdctools-native ti-ipc-rtos ti-sysbios ti-cgt6x-native zip-native" - -COMPATIBLE_MACHINE = "omap-a15" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -S = "${WORKDIR}/git" -export IPC_DIR = "${IPC_INSTALL_DIR}" -export XDC_DIR = "${XDC_INSTALL_DIR}" -export BIOS_DIR = "${SYSBIOS_INSTALL_DIR}" -export ULM_DIR ="${STAGING_DIR_TARGET}/usr/share/ti/ulm" -export C6636_PDK_DIR ="${PDK_INSTALL_DIR}" -export AM572_PDK_DIR ="${PDK_INSTALL_DIR}" -export XDCCGROOT = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" - -export BUILD_AM572 = "0" - -BUILD_AM572:omap-a15 = "1" - -RELEASE_TARGET = "" -RELEASE_TARGET:omap-a15 = "am57xx" - -do_compile() { - make -f utils/product/Makefile .zipfile -} - -do_install() { - install -d ${D}${OMP_INSTALL_DIR_RECIPE} - cp -r ${S}/exports/openmp_dsp_${RELEASE_TARGET}_*/. -d ${D}${OMP_INSTALL_DIR_RECIPE} -} - -ALLOW_EMPTY:${PN} = "1" - -FILES:${PN}-dev += " \ - ${OMP_INSTALL_DIR_RECIPE}/ \ -" - -INSANE_SKIP:${PN}-dev = "arch"