]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ivimm/ipumm.git/commitdiff
Update Makefile to use IPC 3.40.01.08 3.00.09.01
authorBuddy Liong <a0270631@ti.com>
Fri, 2 Oct 2015 19:58:07 +0000 (14:58 -0500)
committerBuddy Liong <a0270631@ti.com>
Mon, 2 Oct 2017 14:57:12 +0000 (09:57 -0500)
Modify the IPC version to use IPC 3.40.01.08.
This commit will be tag with 3.00.09.01 as well

Signed-off-by: Buddy Liong <a0270631@ti.com>
Makefile
build/common.bld

index 0a4e430003b716a5f3d2728ea49e6ff79a81f310..f8ab27dd27b18bb2cba10e7aff6945fa0fa71c21 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ REPO          := $(BIOSTOOLSROOT)
 # in your environment.
 XDCVERSION     ?= xdctools_3_31_02_38_core
 BIOSVERSION    ?= bios_6_42_02_29
-IPCVERSION     ?= ipc_3_40_00_06
+IPCVERSION     ?= ipc_3_40_01_08
 CEVERSION      ?= codec_engine_3_24_00_08
 FCVERSION      ?= framework_components_3_40_01_04
 XDAISVERSION   ?= xdais_7_24_00_04
index 3d775554cb2f147f438e003405fcaf8a91bdee98..53f7c3e799bd5d8054a133d472663e85af4e72cb 100644 (file)
@@ -417,8 +417,8 @@ function GetVersionTag()
   status = {};
   var verInfo;
   var git_cmd = "git ";
-  var ipc_ver = " IPC 3_40_00_06 ";
-  var ipumm_ver = " MMIP 3_00_09_00 ";
+  var ipc_ver = " IPC 3_40_01_08 ";
+  var ipumm_ver = " MMIP 3_00_09_01 ";
 
   var type_cmd = "type ";
   var flush_cmd = "echo ";