[meta-ti] Denys Dmytriyenko : edma3-lld-rtos, ti-ipc-rtos, multiprocmgr-rtos: remove sneaked in sourceipk calls

Arago Project git git at arago-project.org
Tue Aug 2 18:43:56 PDT 2016


Module: meta-ti
Branch: master
Commit: f420d6ca44a3855b65deaa2abf142f04fd120fb3
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=f420d6ca44a3855b65deaa2abf142f04fd120fb3

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Tue Aug  2 22:07:31 2016 +0000

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 at ti.com>

---

 recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb      |    1 -
 recipes-ti/ipc/ti-ipc-rtos_git.bb                |    4 ----
 recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb |    1 -
 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 1f1483e..6a01d0b 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 () {
             make PLATFORM=${p} TARGET=${t} FORMAT=${FORMAT}
         done
     done
-    sourceipk_do_create_srcipk
 }
 
 do_install () {
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index c9c4714..5b26436 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() {
   fi
 }
 
-do_compile_append() {
-  sourceipk_do_create_srcipk
-}
-
 do_install() {
   IPC_VERSION=`echo ${PV}${RELEASE_SUFFIX} | sed -e 's|\.|_|g'`
   # 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 50e5049..061790b 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"
 do_compile() {
     make c66x
     make test_c66x
-    sourceipk_do_create_srcipk
 }
 
 do_install() {



More information about the meta-ti mailing list