From: Jan-Simon Moeller Date: Tue, 24 Mar 2020 12:51:03 +0000 (+0100) Subject: Adapt TARGETSDKARCH name X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F24279%2F1;p=ci-management.git Adapt TARGETSDKARCH name Fix typo in the TARGETSDKARCH and simplify. Bug-AGL: SPEC-2931 Signed-off-by: Jan-Simon Moeller Change-Id: I0fa79805bb6de8a29ffa0c26f9250066ffead464 --- 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 ;;