summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2021-04-03 06:09:56 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-04-05 23:07:43 -0500
commitbeeabe77cbadb38e71aad8f723e27d40f1f4a42d (patch)
tree899363adae49fe081d22ad91ddd00eaefedab821 /recipes-ti/ipc
parent35ae9808bea70cd0ab194fb38adc4c4f7a662122 (diff)
downloadmeta-ti-beeabe77cbadb38e71aad8f723e27d40f1f4a42d.tar.gz
ti-ipc: suppress gcc10 multiple definitions of _GateHWSpinlock_cfgParams
Workaround for this gcc10 error: .../linux/src/api/gates/GateHWSpinlock.c:96: multiple definition of `_GateHWSpinlock_cfgParams'; .libs/Ipc.o:.../linux/src/api/Ipc.c:97: first defined here Needs to be resolved properly in the code: https://gcc.gnu.org/gcc-10/porting_to.html Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Cc: Suman Anna <s-anna@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r--recipes-ti/ipc/ti-ipc.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index 3b0115eb..34278d4b 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -15,4 +15,6 @@ BRANCH = "${TI_IPC_GIT_BRANCH}"
15SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" 15SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
16SRCREV = "${TI_IPC_SRCREV}" 16SRCREV = "${TI_IPC_SRCREV}"
17 17
18CFLAGS += "-fcommon"
19
18S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"