1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

Revert "ti-ipc: Update commit id for latest code for 3.50.04.07"

This reverts commit 03e5b21e8a.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Sam Nelson
2019-10-15 03:46:54 +00:00
committed by Denys Dmytriyenko
parent d658e00890
commit 981d0304e1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
PV = "3.50.04.07"
INC_PR = "r1"
INC_PR = "r0"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_HOST ?= "null"

View File

@@ -8,8 +8,8 @@ TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
TI_IPC_GIT_PROTOCOL = "git"
TI_IPC_GIT_BRANCH = "3.50"
#Corresponds to 3.50.04.07A
TI_IPC_SRCREV = "9d26f80f2d7bf85d46e431a3a9ec85d3dfbc74dd"
#Corresponds to 3.50.04.07
TI_IPC_SRCREV = "129b6f44c50cbe760a5c1481b34b323b7a42ead5"
BRANCH = "${TI_IPC_GIT_BRANCH}"
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"