summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngela Stegmaier <angelabaker@ti.com>2020-04-15 03:07:35 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-16 00:49:26 +0000
commit4f7a907369543baae5507db1a937d746d3335598 (patch)
tree7057055ca0225698fc256fd2ff60072129ade71f
parent1e4caa1e1c86ef88e3b11f82533fa930f8d42d61 (diff)
downloadmeta-ti-4f7a907369543baae5507db1a937d746d3335598.tar.gz
ti-ipc: Update commit for release 3.50.04.08
Signed-off-by: Angela Stegmaier <angelabaker@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 07b380fd..50a3eca1 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 = "r1" 2INC_PR = "r2"
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 4f68e31d..c1e475f3 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.08A 11#Corresponds to 3.50.04.08B
12TI_IPC_SRCREV = "5e72155431e955c5fcba34d844812d234093c846" 12TI_IPC_SRCREV = "292e171b24f7c0f4d2fc20ec53bba17e970552f1"
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"