aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-24 13:51:03 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-24 13:51:03 +0100
commit2fd7ba1adb6d2e10d95fdf7b23014ae46b930c65 (patch)
treed01a3b6971f42cb032065d4e904b57dc3c3ffcb1
parentc78d5cb2dabb9600e50e082ea6a8e0de74bb292a (diff)
Adapt TARGETSDKARCH name
Fix typo in the TARGETSDKARCH and simplify. Bug-AGL: SPEC-2931 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I0fa79805bb6de8a29ffa0c26f9250066ffead464
-rw-r--r--jjb/common/include-apps-header.sh4
1 files changed, 2 insertions, 2 deletions
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
;;