aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjay Jayaraj2017-09-13 14:05:35 -0500
committerAjay Jayaraj2017-09-13 14:05:35 -0500
commita9f42f42148d89e40d7a571db81fac5fb247ab7a (patch)
tree30e7437ca92cdea70a164dcdb23fd3f951925e97
parent7a4821e9626b75f2eb23999de6c00e7ea521f201 (diff)
downloadti-openmp-dsp-runtime-a9f42f42148d89e40d7a571db81fac5fb247ab7a.tar.gz
ti-openmp-dsp-runtime-a9f42f42148d89e40d7a571db81fac5fb247ab7a.tar.xz
ti-openmp-dsp-runtime-a9f42f42148d89e40d7a571db81fac5fb247ab7a.zip
Updated to Core SDK ti2017.04-rc2
-rw-r--r--utils/eclipse/Product.xdc2
-rw-r--r--utils/product/Makefile.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/eclipse/Product.xdc b/utils/eclipse/Product.xdc
index 631c173..4df1010 100644
--- a/utils/eclipse/Product.xdc
+++ b/utils/eclipse/Product.xdc
@@ -44,7 +44,7 @@ metaonly module Product inherits IProduct {
44 text:"Target Content Updates" 44 text:"Target Content Updates"
45 }; 45 };
46 46
47 override config String version = "02.06.02.00"; 47 override config String version = "02.06.03.00";
48 48
49 override config String companyName = "Texas Instruments"; 49 override config String companyName = "Texas Instruments";
50 50
diff --git a/utils/product/Makefile.inc b/utils/product/Makefile.inc
index f011c27..8f07077 100644
--- a/utils/product/Makefile.inc
+++ b/utils/product/Makefile.inc
@@ -37,10 +37,10 @@ export XDC_DIR ?= /cgnas/xdctools_3_32_01_22_core
37 37
38SDOMC_SHARED ?= /cgnas 38SDOMC_SHARED ?= /cgnas
39PSDK_VERSION ?= 04.00.00.04-release 39PSDK_VERSION ?= 04.00.00.04-release
40CORESDK_VERSION ?= ti2017.03-rc3 40CORESDK_VERSION ?= ti2017.04-rc2
41 41
42ifeq ($(BUILD_AM572),1) 42ifeq ($(BUILD_AM572),1)
43RTOS_SDK_DIR ?= $(SDOMC_SHARED)/ti-processor-sdk-linux-am57xx-evm-$(CORESDK_VERSION)/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/share/ti 43RTOS_SDK_DIR ?= $(SDOMC_SHARED)/ti-processor-sdk-linux-am572x-evm-$(CORESDK_VERSION)/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/share/ti
44export AM572_PDK_DIR ?= $(RTOS_SDK_DIR)/ti-pdk-tree 44export AM572_PDK_DIR ?= $(RTOS_SDK_DIR)/ti-pdk-tree
45export BIOS_DIR ?= $(RTOS_SDK_DIR)/ti-sysbios-tree 45export BIOS_DIR ?= $(RTOS_SDK_DIR)/ti-sysbios-tree
46export IPC_DIR ?= $(RTOS_SDK_DIR)/ti-ipc-tree 46export IPC_DIR ?= $(RTOS_SDK_DIR)/ti-ipc-tree