diff options
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_git.bb | 4 | ||||
-rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb | 1 |
2 files changed, 0 insertions, 5 deletions
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 | ||
126 | do_compile_append() { | ||
127 | sourceipk_do_create_srcipk | ||
128 | } | ||
129 | |||
130 | do_install() { | 126 | do_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" | |||
14 | do_compile() { | 14 | do_compile() { |
15 | make c66x | 15 | make c66x |
16 | make test_c66x | 16 | make test_c66x |
17 | sourceipk_do_create_srcipk | ||
18 | } | 17 | } |
19 | 18 | ||
20 | do_install() { | 19 | do_install() { |