diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-10-17 09:19:52 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-10-19 15:42:10 -0400 |
commit | 85d95b93dd48accdb1803101bce35f69a59cf3c7 (patch) | |
tree | a3b8b2093451a598d1225c60fb628629afa65abf /recipes-ti/ipc/ti-ipc-rtos.inc | |
parent | 8ac18852dca3fbffce580944a6191d8ab9edd7cc (diff) | |
download | meta-ti-85d95b93dd48accdb1803101bce35f69a59cf3c7.tar.gz |
ti-ipc: Update to new version 3.47.00.00
Needs BIOS 6_52_00_12 and in turn needs gcc tools gcc-arm-none-
eabi-6-2017-q1-update
ti-ipc-examples: Separate Host linux and bios examples
This should save some build time as well, as ti-ipc-examples-linux will
only build linux host examples
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index a7c1b3af..57cd1325 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 | 27 | # Corresponds to tag: 3.47.00.00 |
28 | SRCREV_ipc-examples = "b833c759d620b4218ece6d64fae91e4777ef823a" | 28 | SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b" |
29 | 29 | ||
30 | # Corresponds to tag: 3.46.02.04 | 30 | # Corresponds to tag: 3.47.00.00 |
31 | SRCREV_ipc-metadata = "afdcf6855f05c97d2bb77867f4f150aed29c1b12" | 31 | SRCREV_ipc-metadata = "f026a364d0b9c1aba5c695bf0aac0be8ede95f59" |
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" |