diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-02-28 07:50:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-02-27 22:54:49 -0500 |
commit | 2934600e9ba8f435712e4f09eea06379b7347340 (patch) | |
tree | 5d309acbf3e82a869088ad2f33da8adc4523a90f /recipes-ti/ipc/ti-ipc-rtos.inc | |
parent | f8e7d069eea38e0774c16af2b526feb3fba468d0 (diff) | |
download | meta-ti-2934600e9ba8f435712e4f09eea06379b7347340.tar.gz |
ti-ipc: update from "eng" to GA version of 3.45
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, 7 insertions, 7 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index 77ce7ecc..7f029a72 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -25,19 +25,19 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\ | |||
25 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ | 25 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ |
26 | name=${TI_IPC_METADATA_NAME}" | 26 | name=${TI_IPC_METADATA_NAME}" |
27 | 27 | ||
28 | # Corresponds to tag: 3.45.00.00_eng | 28 | # Corresponds to tag: 3.45.00.00 |
29 | SRCREV_ipc-examples = "b19a3b7a003aa3304a12599a498d9b3a24f20c6e" | 29 | SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8" |
30 | 30 | ||
31 | # Corresponds to tag: 3.45.00.00_eng | 31 | # Corresponds to tag: 3.45.00.00 |
32 | SRCREV_ipc-metadata = "92fa9ce4419abf0fa2cf4063ee84e524c51548d0" | 32 | SRCREV_ipc-metadata = "30b83f09be1877f86b22c971d978cb478fc7dd6e" |
33 | 33 | ||
34 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" | 34 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" |
35 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | 35 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" |
36 | 36 | ||
37 | RELEASE_TYPE = "ENG" | 37 | RELEASE_TYPE = "GA" |
38 | RELEASE_SUFFIX = "_eng" | 38 | RELEASE_SUFFIX = "" |
39 | 39 | ||
40 | PR = "${INC_PR}.0" | 40 | PR = "${INC_PR}.2" |
41 | 41 | ||
42 | DEPENDS_append_keystone = " ti-cgt6x-native \ | 42 | DEPENDS_append_keystone = " ti-cgt6x-native \ |
43 | gcc-arm-none-eabi-native \ | 43 | gcc-arm-none-eabi-native \ |