diff options
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 \ |