diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-05-17 23:04:44 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-06-01 18:29:37 +0000 |
commit | dd8400c12149163576723a4778e11ebd01a89b37 (patch) | |
tree | e0d5e6ebf3c6868e8a11d88e84dbadc6b59152fe /recipes-ti/ipc/ti-ipc-rtos.inc | |
parent | 12e2064557ac7b97ed60217ad1b0f768d1ad64f1 (diff) | |
download | meta-ti-dd8400c12149163576723a4778e11ebd01a89b37.tar.gz |
ti-ipc: Update to new version 3.47.02.00
Adds new example for AM571X
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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index 3f876d3f..868743e6 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.47.01.00B | 27 | # Corresponds to tag: 3.47.02.00 |
28 | SRCREV_ipc-examples = "03ff856444b5bb9e60a907125a1f042b29b25d7b" | 28 | SRCREV_ipc-metadata = "e8aff83111b8a0d64d7a77413b6f66d3106084d8" |
29 | 29 | ||
30 | # Corresponds to tag: 3.47.01.00A | 30 | # Corresponds to tag: 3.47.02.00 |
31 | SRCREV_ipc-metadata = "72578cce9c9f9a932eb22b3397b46131efb12d69" | 31 | SRCREV_ipc-examples = "351e9a6d94c68f7ff64b2c002ee6750242ece6d9" |
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 = "GA" | 36 | RELEASE_TYPE = "GA" |
37 | RELEASE_SUFFIX = "" | 37 | RELEASE_SUFFIX = "" |
38 | 38 | ||
39 | PR = "${INC_PR}.r5" | 39 | PR = "${INC_PR}.r0" |
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 \ |