From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- 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 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
