summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-09-27 01:29:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-10-05 14:36:30 -0400
commit49bb9c096c23b487e199a14d9b487f38c107d2e1 (patch)
tree6616e2e945bc5e560194b736b77be8844dece8f9
parent1dc72ed98f314b6682c49ae0800b79677eacaecf (diff)
downloadmeta-ti-49bb9c096c23b487e199a14d9b487f38c107d2e1.tar.gz
ti-ipc-rtos: Remove M4F target for omap-a15
- M4F target is not needed for omap-a15 - This reduces build time for platform associated with omap-a15 Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index e49a5556..53c9a6ee 100644
--- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -35,7 +35,7 @@ SRCREV_ipc-metadata = "394e8b9fda6981f4c485c4a48c0a13a0a3236390"
35S_ipc-examples = "${WORKDIR}/git/ipc-examples" 35S_ipc-examples = "${WORKDIR}/git/ipc-examples"
36S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" 36S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
37 37
38PR = "${INC_PR}.0" 38PR = "${INC_PR}.1"
39 39
40DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native" 40DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native"
41DEPENDS_append_keystone = " ti-cgt6x-native \ 41DEPENDS_append_keystone = " ti-cgt6x-native \
@@ -61,7 +61,6 @@ IPC_TARGETS_omap-a15 = "\
61 ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ 61 ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
62 ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ 62 ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
63 ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \ 63 ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
64 ti.targets.arm.elf.M4F="${M4_TOOLCHAIN_INSTALL_DIR}" \
65" 64"
66 65
67IPC_TARGETS_keystone = " \ 66IPC_TARGETS_keystone = " \