diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-10-17 09:19:52 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-10-19 15:42:10 -0400 |
commit | 85d95b93dd48accdb1803101bce35f69a59cf3c7 (patch) | |
tree | a3b8b2093451a598d1225c60fb628629afa65abf /recipes-ti/ipc/ti-ipc.inc | |
parent | 8ac18852dca3fbffce580944a6191d8ab9edd7cc (diff) | |
download | meta-ti-85d95b93dd48accdb1803101bce35f69a59cf3c7.tar.gz |
ti-ipc: Update to new version 3.47.00.00
Needs BIOS 6_52_00_12 and in turn needs gcc tools gcc-arm-none-
eabi-6-2017-q1-update
ti-ipc-examples: Separate Host linux and bios examples
This should save some build time as well, as ti-ipc-examples-linux will
only build linux host examples
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc.inc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index c3742c1b..02f3c8d3 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc | |||
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9 | |||
6 | 6 | ||
7 | TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" | 7 | 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.46" | 9 | TI_IPC_GIT_BRANCH = "3.47" |
10 | 10 | ||
11 | #Corresponds to 3.46.02.04 | 11 | #Corresponds to 3.47.00.00 |
12 | TI_IPC_SRCREV = "bf355e7d0f5c3993f56a6ea778743b656ef6b536" | 12 | TI_IPC_SRCREV = "e576990e3a220ad394b287588c1c7e85e8644d23" |
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" |