From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 configs/farm/arago-thud-next.txt | 1 +
 configs/farm/arago-thud.txt      | 3 ++-
 lib/oesdk/bitbake-test-sdk-image | 4 ++++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/configs/farm/arago-thud-next.txt b/configs/farm/arago-thud-next.txt
index 088a7b2..f98fb01 100644
--- a/configs/farm/arago-thud-next.txt
+++ b/configs/farm/arago-thud-next.txt
@@ -41,6 +41,7 @@ TOOLCHAIN_ROOT_AARCH64=""
 # SECDEV variables for CAT and AUTO
 TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
 TI_SECURE_DEV_PKG_AUTO="/opt/secdev-auto"
+TI_SECURE_DEV_PKG_K3="/opt/secdev-k3"
 
 # SYSFW_FILE variable
 #SYSFW_FILE="/opt/sysfw.bin"
diff --git a/configs/farm/arago-thud.txt b/configs/farm/arago-thud.txt
index 31a6b77..7e904e3 100644
--- a/configs/farm/arago-thud.txt
+++ b/configs/farm/arago-thud.txt
@@ -11,7 +11,7 @@ MANDATORY_INPUTS="MACHINES NUM_ARM9_BUILDS NUM_CORTEX_BUILDS 
NUM_AARCH64_BUILDS
 # This variable holds the SDK version you are building.  This will be picked
 # up in the installer name if you choose to package an installer.  You can
 # also use this in the CONFIG_FILE name below.
-TISDK_VERSION="2019.03"
+TISDK_VERSION="2019.05"
 
 # This variable contains the list of machines to build an SDK for
 MACHINES=""
@@ -41,6 +41,7 @@ TOOLCHAIN_ROOT_AARCH64=""
 # SECDEV variables for CAT and AUTO
 TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
 TI_SECURE_DEV_PKG_AUTO="/opt/secdev-auto"
+TI_SECURE_DEV_PKG_K3="/opt/secdev-k3"
 
 # SYSFW_FILE variable
 #SYSFW_FILE="/opt/sysfw.bin"
diff --git a/lib/oesdk/bitbake-test-sdk-image b/lib/oesdk/bitbake-test-sdk-image
index 281935a..51796a6 100644
--- a/lib/oesdk/bitbake-test-sdk-image
+++ b/lib/oesdk/bitbake-test-sdk-image
@@ -407,6 +407,10 @@ bitbake_sdk_images(){
     then
         export TI_SECURE_DEV_PKG_AUTO
     fi
+    if [ ! -z $TI_SECURE_DEV_PKG_K3 ]
+    then
+        export TI_SECURE_DEV_PKG_K3
+    fi
     if [ ! -z $SYSFW_FILE ]
     then
         export SYSFW_FILE
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to