diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-03-05 19:06:28 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-05 19:26:42 -0500 |
commit | 0064fb7ab73ca6d958664a8bbcaea4d45d79ebb3 (patch) | |
tree | 378021bd578527faf5ba012b0d1cf96e838b3e48 /recipes-ti/ipc/ti-ipc-rtos.inc | |
parent | b517fd44fc4ad7fe30487f22b90df8ab45b452e1 (diff) | |
download | meta-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/ti-ipc-rtos.inc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 6 |
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};\ | |||
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.00A | 27 | # Corresponds to tag: 3.47.01.00B |
28 | SRCREV_ipc-examples = "7f23e9b0ae395461b0854881dcc174392355d854" | 28 | SRCREV_ipc-examples = "03ff856444b5bb9e60a907125a1f042b29b25d7b" |
29 | 29 | ||
30 | # Corresponds to tag: 3.47.01.00A | 30 | # Corresponds to tag: 3.47.01.00A |
31 | SRCREV_ipc-metadata = "72578cce9c9f9a932eb22b3397b46131efb12d69" | 31 | SRCREV_ipc-metadata = "72578cce9c9f9a932eb22b3397b46131efb12d69" |
@@ -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}.r4" | 39 | PR = "${INC_PR}.r5" |
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 \ |