From: Andrew Davis <afd@ti.com>
To: Denys Dmytriyenko <denys@konsulko.com>,
Ryan Eatmon <reatmon@ti.com>, <meta-arago@lists.yoctoproject.org>
Cc: Andrew Davis <afd@ti.com>
Subject: [meta-arago][master/kirkstone][PATCH v2 4/6] meta-arago: Remove remaining bits of ti-ocf-crypto-module
Date: Tue, 11 Oct 2022 12:53:18 -0500 [thread overview]
Message-ID: <20221011175320.26843-5-afd@ti.com> (raw)
In-Reply-To: <20221011175320.26843-1-afd@ti.com>
This is not included in the SDK anymore, remove left over references.
Signed-off-by: Andrew Davis <afd@ti.com>
---
.../conf/distro/include/arago-source-ipk.inc | 3 ---
.../Makefile_ti-ocf-crypto-module | 18 ------------------
.../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 1 -
3 files changed, 22 deletions(-)
delete mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-ocf-crypto-module
diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
index afce2fc8..00a86bb9 100644
--- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
+++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
@@ -103,9 +103,6 @@ SRCIPK_INSTALL_DIR:pn-omapconf ?= "example-applications/${PN}-${PV}"
CREATE_SRCIPK:pn-ti-pru-sw-examples ?= "1"
SRCIPK_INSTALL_DIR:pn-ti-pru-sw-examples ?= "example-applications/pru-${PV}"
-CREATE_SRCIPK:pn-ti-ocf-crypto-module ?= "1"
-SRCIPK_INSTALL_DIR:pn-ti-ocf-crypto-module ?= "board-support/extra-drivers/${PN}-${PV}"
-
CREATE_SRCIPK:pn-ti-compat-wireless-wl18xx ?= "1"
SRCIPK_INSTALL_DIR:pn-ti-compat-wireless-wl18xx ?= "board-support/extra-drivers/${PN}-${PV}"
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-ocf-crypto-module b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-ocf-crypto-module
deleted file mode 100644
index 04e37874..00000000
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-ocf-crypto-module
+++ /dev/null
@@ -1,18 +0,0 @@
-# ti-ocf-crypto-module components
-ti-ocf-crypto-module: linux
- @echo ===================================
- @echo Building TI OCF Crypto Module
- @echo ===================================
- @cd board-support/extra-drivers; cd `find . -maxdepth 1 -type d -name "*ti-ocf-crypto-module*"`; make
-
-ti-ocf-crypto-module_clean:
- @echo ===================================
- @echo Cleaning TI OCF Crypto Module
- @echo ===================================
- @cd board-support/extra-drivers; cd `find . -maxdepth 1 -type d -name "*ti-ocf-crypto-module*"`; make clean
-
-ti-ocf-crypto-module_install:
- @echo =====================================
- @echo Installing TI OCF Crypto Module
- @echo =====================================
- @cd board-support/extra-drivers; cd `find . -maxdepth 1 -type d -name "*ti-ocf-crypto-module*"`; make install
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index e47e0756..c4d8c408 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -24,7 +24,6 @@ SRC_URI = "\
file://Makefile_matrix-gui-browser \
file://Makefile_refresh-screen \
file://Makefile_pru \
- file://Makefile_ti-ocf-crypto-module \
file://Makefile_qt-tstat \
file://Makefile_omapconf \
file://Makefile_oprofile-example \
--
2.37.3
next prev parent reply other threads:[~2022-10-11 17:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-11 17:53 [meta-arago][master/kirkstone][PATCH v2 0/6] Deprecated recipe removals Andrew Davis
2022-10-11 17:53 ` [meta-arago][master/kirkstone][PATCH v2 1/6] ti-crypto-examples: Remove ti-crypto-examples Andrew Davis
2022-10-11 17:53 ` [meta-arago][master/kirkstone][PATCH v2 2/6] big-data-ipc-demo: Merge include file and rename Andrew Davis
2022-10-11 17:53 ` [meta-arago][master/kirkstone][PATCH v2 3/6] cmem: Remove Makefile_cmem-mod and cmem refrences Andrew Davis
2022-10-11 17:53 ` Andrew Davis [this message]
2022-10-11 17:53 ` [meta-arago][master/kirkstone][PATCH v2 5/6] ti-pru-sw: Remove old TI-PRU-SW examples and helpers Andrew Davis
2022-10-11 17:53 ` [meta-arago][master/kirkstone][PATCH v2 6/6] ti-tisdk: Remove uio-module-drv kernel module Andrew Davis
2022-10-11 19:22 ` [meta-arago][master/kirkstone][PATCH v2 0/6] Deprecated recipe removals Denys Dmytriyenko
2022-10-24 19:08 ` Andrew Davis
2022-10-26 2:10 ` Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221011175320.26843-5-afd@ti.com \
--to=afd@ti.com \
--cc=denys@konsulko.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=reatmon@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.