diff options
author | Sam Nelson <sam.nelson@ti.com> | 2016-09-14 23:03:56 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-16 12:17:04 -0400 |
commit | 174ba44848a549b48daa6fb0bc8069353bc6c00d (patch) | |
tree | f1c8efa21c473a521c0b479c9b506268600e04b4 | |
parent | 7f9528b0401b41de83767bb8f09756fa6f5fe387 (diff) | |
download | meta-ti-174ba44848a549b48daa6fb0bc8069353bc6c00d.tar.gz |
ti-ipc: Update to new version 3.43.02.04
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-rtos_git.bb | 10 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb index 5b264365..e49a5556 100644 --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb | |||
@@ -26,16 +26,16 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\ | |||
26 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ | 26 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ |
27 | name=${TI_IPC_METADATA_NAME}" | 27 | name=${TI_IPC_METADATA_NAME}" |
28 | 28 | ||
29 | # Corresponds to tag: 3.43.01.03 | 29 | # Corresponds to tag: 3.43.02.04 |
30 | SRCREV_ipc-examples = "e003640aa2ae8f5d433f6cda2172ecadffb5ac92" | 30 | SRCREV_ipc-examples = "766ee598c790c95dad80f9e5db5051e35de4e18f" |
31 | 31 | ||
32 | # Corresponds to tag: 3.43.01.03 | 32 | # Corresponds to tag: 3.43.02.04 |
33 | SRCREV_ipc-metadata = "b6dd82a450d75b9483a7cc9b619a30cf3cc25ae6" | 33 | SRCREV_ipc-metadata = "394e8b9fda6981f4c485c4a48c0a13a0a3236390" |
34 | 34 | ||
35 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" | 35 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" |
36 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | 36 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" |
37 | 37 | ||
38 | PR = "${INC_PR}.1" | 38 | PR = "${INC_PR}.0" |
39 | 39 | ||
40 | DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native" | 40 | DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native" |
41 | DEPENDS_append_keystone = " ti-cgt6x-native \ | 41 | DEPENDS_append_keystone = " ti-cgt6x-native \ |
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index 069906b2..1479fa6d 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc | |||
@@ -8,15 +8,15 @@ TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" | |||
8 | TI_IPC_GIT_PROTOCOL = "git" | 8 | TI_IPC_GIT_PROTOCOL = "git" |
9 | TI_IPC_GIT_BRANCH = "3.43" | 9 | TI_IPC_GIT_BRANCH = "3.43" |
10 | 10 | ||
11 | #Corresponds to 3.43.01.03 | 11 | #Corresponds to 3.43.02.04 |
12 | TI_IPC_SRCREV = "eb4e543f60cccf427d47900014bcf9a5ae413cd6" | 12 | TI_IPC_SRCREV = "c179a1f4a102fc0c2b72da4db87753c8e523d639" |
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" |
16 | SRCREV = "${TI_IPC_SRCREV}" | 16 | SRCREV = "${TI_IPC_SRCREV}" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | PV = "3.43.01.03" | 19 | PV = "3.43.02.04" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
21 | 21 | ||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" |