diff options
author | Sam Nelson <sam.nelson@ti.com> | 2016-12-17 09:00:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-12-19 18:19:05 -0500 |
commit | 0ec7a29f55c7845e7d50d3c7f2a217ae55b3d145 (patch) | |
tree | c4c4d4e62e3f33c09cd11283f4d660ae86ed21c8 /recipes-ti/ipc/ti-ipc.inc | |
parent | 1a61032eaaf32393dcb97ba7027df8dcd55c6405 (diff) | |
download | meta-ti-0ec7a29f55c7845e7d50d3c7f2a217ae55b3d145.tar.gz |
ti-ipc: Update to new patch release 3.44.01.01
-Enables parallel build when rtos build invokes xdc to reduce build time
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 2d383674..3ac8bf55 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.44" | 9 | TI_IPC_GIT_BRANCH = "ipc-3.44-next" |
10 | 10 | ||
11 | #Corresponds to 3.44.00.00 | 11 | #Corresponds to 3.44.01.01 |
12 | TI_IPC_SRCREV = "a1852fc8b254ed207bd1c1c88f5b362c9b6cc454" | 12 | TI_IPC_SRCREV = "cff640a4c7e083f78116266ef681cec49d9b584b" |
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" |