Adapt TARGETSDKARCH name 79/24279/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 24 Mar 2020 12:51:03 +0000 (13:51 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 24 Mar 2020 12:51:03 +0000 (13:51 +0100)
Fix typo in the TARGETSDKARCH and simplify.

Bug-AGL: SPEC-2931
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I0fa79805bb6de8a29ffa0c26f9250066ffead464

jjb/common/include-apps-header.sh

index 9a4e54b..bc147a9 100644 (file)
@@ -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
            ;;