From 2fd7ba1adb6d2e10d95fdf7b23014ae46b930c65 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 24 Mar 2020 13:51:03 +0100 Subject: Adapt TARGETSDKARCH name Fix typo in the TARGETSDKARCH and simplify. Bug-AGL: SPEC-2931 Signed-off-by: Jan-Simon Moeller Change-Id: I0fa79805bb6de8a29ffa0c26f9250066ffead464 --- jjb/common/include-apps-header.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/common/include-apps-header.sh') diff --git a/jjb/common/include-apps-header.sh b/jjb/common/include-apps-header.sh index 9a4e54b6..bc147a91 100644 --- a/jjb/common/include-apps-header.sh +++ b/jjb/common/include-apps-header.sh @@ -107,11 +107,11 @@ case "$TARGETARCH" in export TARGETSDKMACHINE="qemuarm" ;; x86-64) + export TARGETSDKARCH="corei7-64" + # starting with master, we use qemu for the SDK. if test x"master" = x"$AGLBRANCH" ; then - export TARGETSDKARCH="qemux86-64" export TARGETSDKMACHINE="qemux86-64" else - export TARGETSDKARCH="corei7-64" export TARGETSDKMACHINE="intel-corei7-64" fi ;; -- cgit 1.2.3-korg