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.43

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-05-28 22:00:45 +00:00
committed by Denys Dmytriyenko
parent 10960c248c
commit 3ac974779d
2 changed files with 8 additions and 8 deletions

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.42.01.03
SRCREV_ipc-examples = "bd4f28bd46467553e6610629ff13b4b5b3ba3af0"
# Corresponds to tag: 3.43.00.01
SRCREV_ipc-examples = "54df963e83f2fd613f794dc3b1b72c8ed855e0ac"
# Corresponds to tag: 3.42.01.03
SRCREV_ipc-metadata = "4d01fe4a7c41d2ce76a62b4325e66753d59b298c"
# Corresponds to tag: 3.43.00.01
SRCREV_ipc-metadata = "8829b3cf2068c87140ac062849c33cd1a21de636"
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"

View File

@@ -6,17 +6,17 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
TI_IPC_GIT_PROTOCOL = "git"
TI_IPC_GIT_BRANCH = "3.42"
TI_IPC_GIT_BRANCH = "3.43"
#Corresponds to 3.42.01.03
TI_IPC_SRCREV = "dc6c5082f478225b7fbce4216173e6c5b36100b4"
#Corresponds to 3.43.00.01
TI_IPC_SRCREV = "9e6ebc02c14ed4150dad5d45d8a7e35258bf37ad"
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.42.01.03"
PV = "3.43.00.01"
INC_PR = "r0"
PACKAGE_ARCH = "${MACHINE_ARCH}"