@@ -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}"
deleted file mode 100644
@@ -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
@@ -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 \
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