1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

ti-ipc: Update to new version 3.46.00.02_eng

Picks up a bug fix for IPC

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Sam Nelson
2017-04-28 07:20:18 +00:00
committed by Denys Dmytriyenko
parent e12f3832d1
commit 719059c970
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
PV = "3.46.00.01"
PV = "3.46.00.02"
INC_PR = "r0"
PACKAGE_ARCH = "${MACHINE_ARCH}"

View File

@@ -28,8 +28,8 @@ name=${TI_IPC_METADATA_NAME}"
# Corresponds to tag: 3.45.00.00
SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8"
# Corresponds to tag: 3.46.00.01_eng
SRCREV_ipc-metadata = "a04b677e9c55bbffd4bd7071ab7dfb6dde3eb97f"
# Corresponds to tag: 3.46.00.02_eng
SRCREV_ipc-metadata = "ec51206ff37707ca0c5eb1e13f24fff722f96d7d"
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"

View File

@@ -8,8 +8,8 @@ TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
TI_IPC_GIT_PROTOCOL = "git"
TI_IPC_GIT_BRANCH = "3.46"
#Corresponds to 3.46.00.01_eng
TI_IPC_SRCREV = "a404d6aac840b6170cf4e9d819738842ec91746e"
#Corresponds to 3.46.00.02_eng
TI_IPC_SRCREV = "997ef62671476be051cd4f9f94907e61573dffae"
BRANCH = "${TI_IPC_GIT_BRANCH}"
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"