diff options
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index 869dada4..488e0fca 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc | |||
@@ -9,7 +9,7 @@ TI_IPC_GIT_PROTOCOL = "git" | |||
9 | TI_IPC_GIT_BRANCH = "ipc-next" | 9 | TI_IPC_GIT_BRANCH = "ipc-next" |
10 | 10 | ||
11 | #Corresponds to 3.44.00.00 | 11 | #Corresponds to 3.44.00.00 |
12 | TI_IPC_SRCREV = "e6f64d4b04f1c929366c922a2e5a4728fbb4d919" | 12 | TI_IPC_SRCREV = "a1852fc8b254ed207bd1c1c88f5b362c9b6cc454" |
13 | 13 | ||
14 | BRANCH = "${TI_IPC_GIT_BRANCH}" | 14 | BRANCH = "${TI_IPC_GIT_BRANCH}" |
15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" | 15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" |
@@ -17,7 +17,7 @@ SRCREV = "${TI_IPC_SRCREV}" | |||
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | PV = "3.44.00.00" | 19 | PV = "3.44.00.00" |
20 | INC_PR = "r0" | 20 | INC_PR = "r1" |
21 | 21 | ||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
23 | 23 | ||