summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-08-02 22:07:31 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-08-02 21:43:33 -0400
commitf088a6a6fd50d92e51aac7824ce017acfc52a2e3 (patch)
treeb356cc77ded8d349af9a1724308bd35340e6c513
parent20e57e16de436d83231a62da8a5074fd3a055937 (diff)
downloadmeta-ti-f088a6a6fd50d92e51aac7824ce017acfc52a2e3.tar.gz
edma3-lld-rtos, ti-ipc-rtos, multiprocmgr-rtos: remove sneaked in sourceipk calls
There's no sourceipk functionality in meta-ti. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb1
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos_git.bb4
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb1
3 files changed, 0 insertions, 6 deletions
diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
index 1f1483ed..6a01d0b8 100644
--- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
+++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
@@ -103,7 +103,6 @@ do_compile () {
103 make PLATFORM=${p} TARGET=${t} FORMAT=${FORMAT} 103 make PLATFORM=${p} TARGET=${t} FORMAT=${FORMAT}
104 done 104 done
105 done 105 done
106 sourceipk_do_create_srcipk
107} 106}
108 107
109do_install () { 108do_install () {
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index c9c47149..5b264365 100644
--- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -123,10 +123,6 @@ do_compile() {
123 fi 123 fi
124} 124}
125 125
126do_compile_append() {
127 sourceipk_do_create_srcipk
128}
129
130do_install() { 126do_install() {
131 IPC_VERSION=`echo ${PV}${RELEASE_SUFFIX} | sed -e 's|\.|_|g'` 127 IPC_VERSION=`echo ${PV}${RELEASE_SUFFIX} | sed -e 's|\.|_|g'`
132 # Copy docs and other meta files 128 # Copy docs and other meta files
diff --git a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
index 50e50493..061790b2 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
@@ -14,7 +14,6 @@ export C6X_GEN_INSTALL_PATH="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x"
14do_compile() { 14do_compile() {
15 make c66x 15 make c66x
16 make test_c66x 16 make test_c66x
17 sourceipk_do_create_srcipk
18} 17}
19 18
20do_install() { 19do_install() {