summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-ipc-rtos.inc
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2017-08-02 17:45:49 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-08-07 15:29:48 -0400
commit231104d281a508e60003cc7be62d743662bf2c82 (patch)
tree984c9fe1c836c277329f6d25939d66a014ad2f7a /recipes-ti/ipc/ti-ipc-rtos.inc
parente85dcf6560de913713b06afce0b84506fb8a92eb (diff)
downloadmeta-ti-231104d281a508e60003cc7be62d743662bf2c82.tar.gz
ti-ipc: Update to GA version 3.46.02.04
- Update ipcdev branch to 3.46 ( commit id remains same) - Adds support for c66x platforms - Update to avoid stripping for IPC rtos example binaries Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc-rtos.inc')
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc14
1 files changed, 10 insertions, 4 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index 7dc96029..5a34d4ba 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -24,11 +24,11 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
24branch=${TI_IPC_METADATA_GIT_BRANCH};\ 24branch=${TI_IPC_METADATA_GIT_BRANCH};\
25name=${TI_IPC_METADATA_NAME}" 25name=${TI_IPC_METADATA_NAME}"
26 26
27# Corresponds to tag: 3.46.02.04_eng 27# Corresponds to tag: 3.46.02.04
28SRCREV_ipc-examples = "b833c759d620b4218ece6d64fae91e4777ef823a" 28SRCREV_ipc-examples = "b833c759d620b4218ece6d64fae91e4777ef823a"
29 29
30# Corresponds to tag: 3.46.02.04_eng 30# Corresponds to tag: 3.46.02.04
31SRCREV_ipc-metadata = "bb07d3e00dcaf1074589e805be0a4ed2ada2d17c" 31SRCREV_ipc-metadata = "afdcf6855f05c97d2bb77867f4f150aed29c1b12"
32 32
33S_ipc-examples = "${WORKDIR}/git/ipc-examples" 33S_ipc-examples = "${WORKDIR}/git/ipc-examples"
34S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" 34S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
@@ -36,7 +36,7 @@ S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
36RELEASE_TYPE = "ENG" 36RELEASE_TYPE = "ENG"
37RELEASE_SUFFIX = "_eng" 37RELEASE_SUFFIX = "_eng"
38 38
39PR = "${INC_PR}.r0" 39PR = "${INC_PR}.r1"
40 40
41DEPENDS_append_keystone = " ti-cgt6x-native \ 41DEPENDS_append_keystone = " ti-cgt6x-native \
42 gcc-arm-none-eabi-native \ 42 gcc-arm-none-eabi-native \
@@ -47,6 +47,8 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \
47" 47"
48DEPENDS_append_omapl138 = " ti-cgt6x-native \ 48DEPENDS_append_omapl138 = " ti-cgt6x-native \
49" 49"
50DEPENDS_append_c66x = " ti-cgt6x-native \
51"
50 52
51IPC_TARGETS = "" 53IPC_TARGETS = ""
52 54
@@ -66,6 +68,10 @@ IPC_TARGETS_keystone = " \
66 ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ 68 ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
67 ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ 69 ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
68" 70"
71IPC_TARGETS_c66x = " \
72 ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
73 ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
74"
69 75
70EXTRA_OEMAKE = "\ 76EXTRA_OEMAKE = "\
71 PLATFORM=${PLATFORM} \ 77 PLATFORM=${PLATFORM} \