diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-01-15 23:32:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-01-17 14:39:13 -0500 |
commit | 7f6087e4dfc0533f87d2713549c46ccb1b66531b (patch) | |
tree | b326e1a2c95151e4cf33ed346c22676dba9508df /recipes-ti/ipc/ti-ipc-rtos.inc | |
parent | 8bedfc18f1e3faf77fba4301991d4723259e01bf (diff) | |
download | meta-ti-7f6087e4dfc0533f87d2713549c46ccb1b66531b.tar.gz |
ti-ipc: Update to new version 3.47.01.00_eng
Also remove unused IPC_VERSION definition for ti-ipc-examples-linux
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 57cd1325..6eee228a 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -24,17 +24,17 @@ 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.00.00 | 27 | # Corresponds to tag: 3.47.01.00_eng |
28 | SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b" | 28 | SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b" |
29 | 29 | ||
30 | # Corresponds to tag: 3.47.00.00 | 30 | # Corresponds to tag: 3.47.01.00_eng |
31 | SRCREV_ipc-metadata = "f026a364d0b9c1aba5c695bf0aac0be8ede95f59" | 31 | SRCREV_ipc-metadata = "2e02a01c78f2545d84a8e497581db55e606da34c" |
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" |
35 | 35 | ||
36 | RELEASE_TYPE = "GA" | 36 | RELEASE_TYPE = "ENG" |
37 | RELEASE_SUFFIX = "" | 37 | RELEASE_SUFFIX = "_eng" |
38 | 38 | ||
39 | PR = "${INC_PR}.r2" | 39 | PR = "${INC_PR}.r2" |
40 | 40 | ||