[meta-ti] [PATCH] edma3-lld-rtos, ti-ipc-rtos, multiprocmgr-rtos: remove sneaked in sourceipk calls
Denys Dmytriyenko
denis at denix.org
Tue Aug 2 09:07:31 PDT 2016
From: Denys Dmytriyenko <denys at ti.com>
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, 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() {
--
2.7.4
More information about the meta-ti
mailing list