1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 02:11:00 +00:00

ti-ipc: Update to new version 3.43.01.03

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Sam Nelson
2016-07-07 20:50:42 +00:00
committed by Denys Dmytriyenko
parent d1c43c5eac
commit a94384585b
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -26,11 +26,11 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
branch=${TI_IPC_METADATA_GIT_BRANCH};\
name=${TI_IPC_METADATA_NAME}"
# Corresponds to tag: 3.43.01.02
SRCREV_ipc-examples = "c2324cdcda4f6641cade25f95fa30996fb94bca0"
# Corresponds to tag: 3.43.01.03
SRCREV_ipc-examples = "e003640aa2ae8f5d433f6cda2172ecadffb5ac92"
# Corresponds to tag: 3.43.01.02
SRCREV_ipc-metadata = "c3fc63be358c8c9a429366ebf54fe03812671129"
# Corresponds to tag: 3.43.01.03
SRCREV_ipc-metadata = "b6dd82a450d75b9483a7cc9b619a30cf3cc25ae6"
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
+3 -3
View File
@@ -8,15 +8,15 @@ TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
TI_IPC_GIT_PROTOCOL = "git"
TI_IPC_GIT_BRANCH = "3.43"
#Corresponds to 3.43.01.02
TI_IPC_SRCREV = "9e6ebc02c14ed4150dad5d45d8a7e35258bf37ad"
#Corresponds to 3.43.01.03
TI_IPC_SRCREV = "eb4e543f60cccf427d47900014bcf9a5ae413cd6"
BRANCH = "${TI_IPC_GIT_BRANCH}"
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
SRCREV = "${TI_IPC_SRCREV}"
S = "${WORKDIR}/git"
PV = "3.43.01.02"
PV = "3.43.01.03"
INC_PR = "r0"
PACKAGE_ARCH = "${MACHINE_ARCH}"