summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2020-04-03 05:27:36 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-03 21:56:06 +0000
commit47d0bf3b6d7cfef54cc7fe1e5008cb1b203d2af8 (patch)
tree681a138502a4957f0d4c61ca7475a3c5a007b4c8
parentd8412827db16df9fea54fc7751f531372cf98769 (diff)
downloadmeta-ti-47d0bf3b6d7cfef54cc7fe1e5008cb1b203d2af8.tar.gz
ti-ipc: Update commit for release 3.50.04.08 release
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ipc/ti-ipc-common.inc2
-rw-r--r--recipes-ti/ipc/ti-ipc.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index 86a0fd0c..07b380fd 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -1,5 +1,5 @@
1PV = "3.50.04.08" 1PV = "3.50.04.08"
2INC_PR = "r0" 2INC_PR = "r1"
3 3
4PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
5COMPATIBLE_HOST ?= "null" 5COMPATIBLE_HOST ?= "null"
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index d1eaad2a..4f68e31d 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -8,8 +8,8 @@ TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
8TI_IPC_GIT_PROTOCOL = "git" 8TI_IPC_GIT_PROTOCOL = "git"
9TI_IPC_GIT_BRANCH = "3.50" 9TI_IPC_GIT_BRANCH = "3.50"
10 10
11#Corresponds to 3.50.04.08 11#Corresponds to 3.50.04.08A
12TI_IPC_SRCREV = "1d53b856338b86d1979fe09345c0b382913a848a" 12TI_IPC_SRCREV = "5e72155431e955c5fcba34d844812d234093c846"
13 13
14BRANCH = "${TI_IPC_GIT_BRANCH}" 14BRANCH = "${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"