From patchwork Mon Aug 26 19:16:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 48248 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 B2408C54734 for ; Mon, 26 Aug 2024 19:16:24 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.61248.1724699781959926700 for ; Mon, 26 Aug 2024 12:16:22 -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 5622840A03; Mon, 26 Aug 2024 19:16:21 +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 XGGJpwQc5tQR; Mon, 26 Aug 2024 19:16:21 +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 43BF540CC5; Mon, 26 Aug 2024 19:16:19 +0000 (UTC) Received: from thorin.han-sole.ts.net (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 2A367164070; Mon, 26 Aug 2024 15:16:17 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master][PATCH 16/16] arago-paths.inc: remove Date: Mon, 26 Aug 2024 15:16:05 -0400 Message-Id: <20240826191605.8190-16-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240826191605.8190-1-denis@denix.org> References: <20240826191605.8190-1-denis@denix.org> 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:16:24 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15528 From: Denys Dmytriyenko This include file was referenced from many deprecated components and is no longer needed, remove. Signed-off-by: Denys Dmytriyenko --- .../recipes-ti/includes/arago-paths.inc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-arago-extras/recipes-ti/includes/arago-paths.inc diff --git a/meta-arago-extras/recipes-ti/includes/arago-paths.inc b/meta-arago-extras/recipes-ti/includes/arago-paths.inc deleted file mode 100644 index 3c0c3863..00000000 --- a/meta-arago-extras/recipes-ti/includes/arago-paths.inc +++ /dev/null @@ -1,15 +0,0 @@ -require recipes-ti/includes/ti-paths.inc - -export LIBARCH_INSTALL_DIR_RECIPE = "${installdir}/ti-libarch-tree" -export LINALG_INSTALL_DIR_RECIPE = "${installdir}/ti-linalg-tree" -export OCL_TIDL_FW_INSTALL_DIR_RECIPE = "${installdir}/ti-opencl-tidl-fw-tree" -export FFTLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-fftlib-tree" -export FFTW_INSTALL_DIR_RECIPE = "${installdir}/ti-fftw-tree" -export TIOVX_INSTALL_DIR_RECIPE = "${installdir}/ti-tiovx-lib-tree" - -export LIBARCH_INSTALL_DIR = "${STAGING_DIR_TARGET}${LIBARCH_INSTALL_DIR_RECIPE}" -export LINALG_INSTALL_DIR = "${STAGING_DIR_TARGET}${LINALG_INSTALL_DIR_RECIPE}" -export OCL_TIDL_FW_INSTALL_DIR = "${STAGING_DIR_TARGET}${OCL_TIDL_FW_INSTALL_DIR_RECIPE}" -export FFTLIB_INSTALL_DIR = "${STAGING_DIR_TARGET}${FFTLIB_INSTALL_DIR_RECIPE}" -export FFTW_INSTALL_DIR = "${STAGING_DIR_TARGET}${FFTW_INSTALL_DIR_RECIPE}" -export TIOVX_INSTALL_DIR = "${STAGING_DIR_TARGET}${TIOVX_INSTALL_DIR_RECIPE}"