All of lore.kernel.org
 help / color / mirror / Atom feed
* [tisdk-build-scripts][PATCH] arago-morty*: add ARM9 support to farm configs
@ 2017-03-01 21:14 Denys Dmytriyenko
  0 siblings, 0 replies; only message in thread
From: Denys Dmytriyenko @ 2017-03-01 21:14 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 configs/farm/arago-morty-next.txt | 6 +++---
 configs/farm/arago-morty.txt      | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/configs/farm/arago-morty-next.txt b/configs/farm/arago-morty-next.txt
index 58a1eba..b0bf691 100644
--- a/configs/farm/arago-morty-next.txt
+++ b/configs/farm/arago-morty-next.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.01"
+TISDK_VERSION="2017.03"
 
 # This variable contains the list of machines to build an SDK for
 MACHINES=""
@@ -28,12 +28,12 @@ MACHINES=""
 #   4. In the case of just a couple of machines it may be faster to do only
 #      one build building both serially rather than two parallel builds
 #      depending on your system resources
-NUM_ARM9_BUILDS="0"
+NUM_ARM9_BUILDS="1"
 NUM_CORTEX_BUILDS="1"
 
 # These variables contain the location of the bin directory where the toolchain
 # for each architecture is installed.
-TOOLCHAIN_ROOT_ARM9=""
+TOOLCHAIN_ROOT_ARM9="/opt/linaro-2016.11-armv5/bin/"
 TOOLCHAIN_ROOT_CORTEX="/opt/linaro-2016.11/bin/"
 
 # SECDEV variables for CAT and AUTO
diff --git a/configs/farm/arago-morty.txt b/configs/farm/arago-morty.txt
index b419b20..3a76a02 100644
--- a/configs/farm/arago-morty.txt
+++ b/configs/farm/arago-morty.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.01"
+TISDK_VERSION="2017.03"
 
 # This variable contains the list of machines to build an SDK for
 MACHINES=""
@@ -28,12 +28,12 @@ MACHINES=""
 #   4. In the case of just a couple of machines it may be faster to do only
 #      one build building both serially rather than two parallel builds
 #      depending on your system resources
-NUM_ARM9_BUILDS="0"
+NUM_ARM9_BUILDS="1"
 NUM_CORTEX_BUILDS="1"
 
 # These variables contain the location of the bin directory where the toolchain
 # for each architecture is installed.
-TOOLCHAIN_ROOT_ARM9=""
+TOOLCHAIN_ROOT_ARM9="/opt/linaro-2016.11-armv5/bin/"
 TOOLCHAIN_ROOT_CORTEX="/opt/linaro-2016.11/bin/"
 
 # SECDEV variables for CAT and AUTO
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-01 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-01 21:14 [tisdk-build-scripts][PATCH] arago-morty*: add ARM9 support to farm configs Denys Dmytriyenko

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.