diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-08-02 17:45:49 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-08-07 15:29:48 -0400 |
commit | 231104d281a508e60003cc7be62d743662bf2c82 (patch) | |
tree | 984c9fe1c836c277329f6d25939d66a014ad2f7a /recipes-ti/ipc/ti-ipc-rtos.inc | |
parent | e85dcf6560de913713b06afce0b84506fb8a92eb (diff) | |
download | meta-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.inc | 14 |
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};\ | |||
24 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ | 24 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ |
25 | name=${TI_IPC_METADATA_NAME}" | 25 | name=${TI_IPC_METADATA_NAME}" |
26 | 26 | ||
27 | # Corresponds to tag: 3.46.02.04_eng | 27 | # Corresponds to tag: 3.46.02.04 |
28 | SRCREV_ipc-examples = "b833c759d620b4218ece6d64fae91e4777ef823a" | 28 | SRCREV_ipc-examples = "b833c759d620b4218ece6d64fae91e4777ef823a" |
29 | 29 | ||
30 | # Corresponds to tag: 3.46.02.04_eng | 30 | # Corresponds to tag: 3.46.02.04 |
31 | SRCREV_ipc-metadata = "bb07d3e00dcaf1074589e805be0a4ed2ada2d17c" | 31 | SRCREV_ipc-metadata = "afdcf6855f05c97d2bb77867f4f150aed29c1b12" |
32 | 32 | ||
33 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" | 33 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" |
34 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | 34 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" |
@@ -36,7 +36,7 @@ S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | |||
36 | RELEASE_TYPE = "ENG" | 36 | RELEASE_TYPE = "ENG" |
37 | RELEASE_SUFFIX = "_eng" | 37 | RELEASE_SUFFIX = "_eng" |
38 | 38 | ||
39 | PR = "${INC_PR}.r0" | 39 | PR = "${INC_PR}.r1" |
40 | 40 | ||
41 | DEPENDS_append_keystone = " ti-cgt6x-native \ | 41 | DEPENDS_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 | " |
48 | DEPENDS_append_omapl138 = " ti-cgt6x-native \ | 48 | DEPENDS_append_omapl138 = " ti-cgt6x-native \ |
49 | " | 49 | " |
50 | DEPENDS_append_c66x = " ti-cgt6x-native \ | ||
51 | " | ||
50 | 52 | ||
51 | IPC_TARGETS = "" | 53 | IPC_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 | " |
71 | IPC_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 | ||
70 | EXTRA_OEMAKE = "\ | 76 | EXTRA_OEMAKE = "\ |
71 | PLATFORM=${PLATFORM} \ | 77 | PLATFORM=${PLATFORM} \ |