All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: meta-arago@arago-project.org
Subject: [tisdk-build-scripts][PATCH 1/2] distroless-zeus: add build config
Date: Tue,  4 Feb 2020 13:26:50 -0500	[thread overview]
Message-ID: <1580840811-31861-1-git-send-email-denis@denix.org> (raw)

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 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



             reply	other threads:[~2020-02-04 18:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-04 18:26 Denys Dmytriyenko [this message]
2020-02-04 18:26 ` [tisdk-build-scripts][PATCH 2/2] poky-zeus: add build config Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1580840811-31861-1-git-send-email-denis@denix.org \
    --to=denis@denix.org \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.