summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2018-03-05 19:06:28 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-03-05 19:26:42 -0500
commit0064fb7ab73ca6d958664a8bbcaea4d45d79ebb3 (patch)
tree378021bd578527faf5ba012b0d1cf96e838b3e48 /recipes-ti/ipc
parentb517fd44fc4ad7fe30487f22b90df8ab45b452e1 (diff)
downloadmeta-ti-0064fb7ab73ca6d958664a8bbcaea4d45d79ebb3.tar.gz
ti-ipc: Fix to avoid parallel build issue
Fixes parallel build issue with k2hk Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index 6bc644e5..3f876d3f 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -24,8 +24,8 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
24branch=${TI_IPC_METADATA_GIT_BRANCH};\ 24branch=${TI_IPC_METADATA_GIT_BRANCH};\
25name=${TI_IPC_METADATA_NAME}" 25name=${TI_IPC_METADATA_NAME}"
26 26
27# Corresponds to tag: 3.47.01.00A 27# Corresponds to tag: 3.47.01.00B
28SRCREV_ipc-examples = "7f23e9b0ae395461b0854881dcc174392355d854" 28SRCREV_ipc-examples = "03ff856444b5bb9e60a907125a1f042b29b25d7b"
29 29
30# Corresponds to tag: 3.47.01.00A 30# Corresponds to tag: 3.47.01.00A
31SRCREV_ipc-metadata = "72578cce9c9f9a932eb22b3397b46131efb12d69" 31SRCREV_ipc-metadata = "72578cce9c9f9a932eb22b3397b46131efb12d69"
@@ -36,7 +36,7 @@ S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
36RELEASE_TYPE = "GA" 36RELEASE_TYPE = "GA"
37RELEASE_SUFFIX = "" 37RELEASE_SUFFIX = ""
38 38
39PR = "${INC_PR}.r4" 39PR = "${INC_PR}.r5"
40 40
41DEPENDS_append_keystone = " ti-cgt6x-native \ 41DEPENDS_append_keystone = " ti-cgt6x-native \
42 gcc-arm-none-eabi-native \ 42 gcc-arm-none-eabi-native \