From 0064fb7ab73ca6d958664a8bbcaea4d45d79ebb3 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Mon, 5 Mar 2018 19:06:28 +0000 Subject: [PATCH] ti-ipc: Fix to avoid parallel build issue Fixes parallel build issue with k2hk Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- recipes-ti/ipc/ti-ipc-rtos.inc | 6 +++--- 1 file 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};\ branch=${TI_IPC_METADATA_GIT_BRANCH};\ name=${TI_IPC_METADATA_NAME}" -# Corresponds to tag: 3.47.01.00A -SRCREV_ipc-examples = "7f23e9b0ae395461b0854881dcc174392355d854" +# Corresponds to tag: 3.47.01.00B +SRCREV_ipc-examples = "03ff856444b5bb9e60a907125a1f042b29b25d7b" # Corresponds to tag: 3.47.01.00A SRCREV_ipc-metadata = "72578cce9c9f9a932eb22b3397b46131efb12d69" @@ -36,7 +36,7 @@ S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" RELEASE_TYPE = "GA" RELEASE_SUFFIX = "" -PR = "${INC_PR}.r4" +PR = "${INC_PR}.r5" DEPENDS_append_keystone = " ti-cgt6x-native \ gcc-arm-none-eabi-native \