From: Frank Livingston Date: Wed, 15 Mar 2017 23:07:52 +0000 (-0500) Subject: PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng... X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fperformance-audio-sr.git;a=commitdiff_plain;h=2d73022b4a6905f827d870cab9fdadce00b20c36;hp=5883713de3a32ce3c1eabb23af795348c95ff751;ds=inline PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions. --- diff --git a/scripts/build_ccs_projects.bat b/scripts/build_ccs_projects.bat index 94b01697..e2814a0a 100644 --- a/scripts/build_ccs_projects.bat +++ b/scripts/build_ccs_projects.bat @@ -21,7 +21,7 @@ set PASDK_LROOT_DIR=%PASDK_ROOT_DIR%pasdk set PSDK_CUST_LROOT_DIR=%PASDK_ROOT_DIR%psdk_cust :: Set custom PDK install directory -set PDK_VERSION=1_0_1_0_eng +set PDK_VERSION=1_0_1_1_eng set PDK_INSTALL_DIR=%PSDK_CUST_LROOT_DIR%\pdk_k2g_%PDK_VERSION% :: Set workspace directory diff --git a/scripts/build_pdk_libs.bat b/scripts/build_pdk_libs.bat index d32e6306..0feb4f62 100644 --- a/scripts/build_pdk_libs.bat +++ b/scripts/build_pdk_libs.bat @@ -17,7 +17,11 @@ set PATH_ORG=%PATH% :: Set custom Processor SDK local root directory set PSDK_CUST_LROOT_DIR=%PASDK_ROOT_DIR%psdk_cust -pushd %PSDK_CUST_LROOT_DIR%\pdk_k2g_1_0_1_0_eng\packages +:: Set custom PDK install directory +set PDK_VERSION=1_0_1_1_eng +set PDK_INSTALL_DIR=%PSDK_CUST_LROOT_DIR%\pdk_k2g_%PDK_VERSION% + +pushd %PDK_INSTALL_DIR%\packages call pdksetupenv.bat :: Build I2C LLD library