1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +00:00

ti-ipc: update to 3.45.00.00

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Karthik Ramanan
2017-02-25 09:50:22 +00:00
committed by Denys Dmytriyenko
parent ed06c3bb58
commit 179c0842b4
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
PV = "3.44.01.01"
PV = "3.45.00.00"
INC_PR = "r0"
PACKAGE_ARCH = "${MACHINE_ARCH}"
+5 -5
View File
@@ -25,16 +25,16 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
branch=${TI_IPC_METADATA_GIT_BRANCH};\
name=${TI_IPC_METADATA_NAME}"
# Corresponds to tag: 3.44.01.01
SRCREV_ipc-examples = "b19a3b7a003aa3304a12599a498d9b3a24f20c6e"
# Corresponds to tag: 3.45.00.00
SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8"
# Corresponds to tag: 3.44.01.01
SRCREV_ipc-metadata = "a21264bdbb1b64d41bbcb4e6bb17d2c1d4ccb839"
# Corresponds to tag: 3.45.00.00
SRCREV_ipc-metadata = "30b83f09be1877f86b22c971d978cb478fc7dd6e"
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
PR = "${INC_PR}.0"
PR = "${INC_PR}.1"
DEPENDS_append_keystone = " ti-cgt6x-native \
gcc-arm-none-eabi-native \
+3 -3
View File
@@ -6,10 +6,10 @@ 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 = "ipc-3.44-next"
TI_IPC_GIT_BRANCH = "master"
#Corresponds to 3.44.01.01
TI_IPC_SRCREV = "cff640a4c7e083f78116266ef681cec49d9b584b"
#Corresponds to 3.45.00.00
TI_IPC_SRCREV = "1584985938884bf6cb1d839779578354b1865ea4"
BRANCH = "${TI_IPC_GIT_BRANCH}"
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"