mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
e55c104102
commit
5553e4d964
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user