diff options
author | Sam Nelson <sam.nelson@ti.com> | 2016-02-06 01:28:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-08 12:29:30 -0500 |
commit | 5b5634f078538fcbe40a36a059627653c8ddb2d1 (patch) | |
tree | f5dcf2d51d20917ae8aefe3903da2485564baa38 /recipes-ti | |
parent | f9dcfafdfc1adce42986cad647cd57d51ed1d158 (diff) | |
download | meta-ti-5b5634f078538fcbe40a36a059627653c8ddb2d1.tar.gz |
ti-ipc: Update to new version 3.42.0.0_eng
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index 94a16576..f3b1bff7 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc | |||
@@ -4,15 +4,15 @@ HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC" | |||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" | 5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" |
6 | 6 | ||
7 | BRANCH = "3.41" | 7 | BRANCH = "ipc-next" |
8 | 8 | ||
9 | SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH}" | 9 | SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH}" |
10 | 10 | ||
11 | #Corresponds to 3.41.00.08 | 11 | #Corresponds to 3.42.00.00_eng |
12 | SRCREV = "7370abce2e3f2a09fd4b057fbbf9e7d3d029c0df" | 12 | SRCREV = "2b47e35ed72170e4e56906fb9ab93dd9ef385a38" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | PV = "3.41.00.08" | 15 | PV = "3.42.00.00" |
16 | INC_PR = "r0" | 16 | INC_PR = "r0" |
17 | 17 | ||
18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" |