From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by arago-project.org (Postfix) with ESMTPS id 96081529A5 for ; Tue, 4 Feb 2020 18:28:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id C9F7340C10; Tue, 4 Feb 2020 18:26:54 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uAtqYD35e_zr; Tue, 4 Feb 2020 18:26:54 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id ADAFA40A30; Tue, 4 Feb 2020 18:26:53 +0000 (UTC) Received: from gimli.denix (unknown [192.168.30.6]) by mail.denix.org (Postfix) with ESMTP id 5F76E1743D3; Tue, 4 Feb 2020 13:26:53 -0500 (EST) From: Denys Dmytriyenko To: meta-arago@arago-project.org Date: Tue, 4 Feb 2020 13:26:51 -0500 Message-Id: <1580840811-31861-2-git-send-email-denis@denix.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1580840811-31861-1-git-send-email-denis@denix.org> References: <1580840811-31861-1-git-send-email-denis@denix.org> Subject: [tisdk-build-scripts][PATCH 2/2] poky-zeus: add build config X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2020 18:28:49 -0000 From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- configs/farm/poky-master.txt | 2 ++ configs/farm/{poky-master.txt => poky-zeus.txt} | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) copy configs/farm/{poky-master.txt => poky-zeus.txt} (98%) diff --git a/configs/farm/poky-master.txt b/configs/farm/poky-master.txt index cb8c6f9..fcb405e 100644 --- a/configs/farm/poky-master.txt +++ b/configs/farm/poky-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/poky-master.txt b/configs/farm/poky-zeus.txt similarity index 98% copy from configs/farm/poky-master.txt copy to configs/farm/poky-zeus.txt index cb8c6f9..aec9791 100644 --- a/configs/farm/poky-master.txt +++ b/configs/farm/poky-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-poky-master" +BUILD_ROOT="/OE/farm-poky-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/poky-master-config.txt" +CONFIG_FILE="${BUILD_ROOT}/configs/poky-zeus-config.txt" # This directory will contain the log files for the various parts of the build. # This includes: -- 2.7.4