From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 configs/farm/distroless-master.txt                          | 2 ++
 configs/farm/{distroless-master.txt => distroless-zeus.txt} | 8 +++++---
 2 files changed, 7 insertions(+), 3 deletions(-)
 copy configs/farm/{distroless-master.txt => distroless-zeus.txt} (98%)

diff --git a/configs/farm/distroless-master.txt 
b/configs/farm/distroless-master.txt
index 542a98f..e1a6f56 100644
--- a/configs/farm/distroless-master.txt
+++ b/configs/farm/distroless-master.txt
@@ -30,11 +30,13 @@ MACHINES=""
 #      depending on your system resources
 NUM_ARM9_BUILDS="1"
 NUM_CORTEX_BUILDS="1"
+NUM_AARCH64_BUILDS="1"
 
 # These variables contain the location of the bin directory where the toolchain
 # for each architecture is installed.
 TOOLCHAIN_ROOT_ARM9=""
 TOOLCHAIN_ROOT_CORTEX=""
+TOOLCHAIN_ROOT_AARCH64=""
 
 # SECDEV variables for CAT and AUTO
 #TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
diff --git a/configs/farm/distroless-master.txt 
b/configs/farm/distroless-zeus.txt
similarity index 98%
copy from configs/farm/distroless-master.txt
copy to configs/farm/distroless-zeus.txt
index 542a98f..404bf0d 100644
--- a/configs/farm/distroless-master.txt
+++ b/configs/farm/distroless-zeus.txt
@@ -11,7 +11,7 @@ MANDATORY_INPUTS="MACHINES NUM_ARM9_BUILDS NUM_CORTEX_BUILDS 
BUILD_ID SCRIPTS_RO
 # 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="2017.05"
+TISDK_VERSION="2020.02"
 
 # This variable contains the list of machines to build an SDK for
 MACHINES=""
@@ -30,11 +30,13 @@ MACHINES=""
 #      depending on your system resources
 NUM_ARM9_BUILDS="1"
 NUM_CORTEX_BUILDS="1"
+NUM_AARCH64_BUILDS="1"
 
 # These variables contain the location of the bin directory where the toolchain
 # for each architecture is installed.
 TOOLCHAIN_ROOT_ARM9=""
 TOOLCHAIN_ROOT_CORTEX=""
+TOOLCHAIN_ROOT_AARCH64=""
 
 # SECDEV variables for CAT and AUTO
 #TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
@@ -59,7 +61,7 @@ SCRIPTS_ROOT="$PWD"
 #       - BUILD_ROOT/arm9-1/arago-tmp
 #       - BUILD_ROOT/cortex-1/arago-tmp
 #       - BUILD_ROOT/cortex-2/arago-tmp
-BUILD_ROOT="/OE/farm-distroless-master"
+BUILD_ROOT="/OE/farm-distroless-zeus"
 
 # This variable points to the base location where files will be extracted for
 # testing purposes.  This should not be confused with the NFS root which
@@ -123,7 +125,7 @@ CLEAN_ALL="false"
 
 # This is the configuration file to use in the oe-layertool-setup.sh script
 # to configure the build.
-CONFIG_FILE="${BUILD_ROOT}/configs/distroless-master-config.txt"
+CONFIG_FILE="${BUILD_ROOT}/configs/distroless-zeus-config.txt"
 
 # This directory will contain the log files for the various parts of the build.
 # This includes:
-- 
2.7.4

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

Reply via email to