aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/common/include-apps-header.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/jjb/common/include-apps-header.sh b/jjb/common/include-apps-header.sh
index 22c9b6a2..bc147a91 100644
--- a/jjb/common/include-apps-header.sh
+++ b/jjb/common/include-apps-header.sh
@@ -108,7 +108,12 @@ case "$TARGETARCH" in
;;
x86-64)
export TARGETSDKARCH="corei7-64"
- export TARGETSDKMACHINE="intel-corei7-64"
+ # starting with master, we use qemu for the SDK.
+ if test x"master" = x"$AGLBRANCH" ; then
+ export TARGETSDKMACHINE="qemux86-64"
+ else
+ export TARGETSDKMACHINE="intel-corei7-64"
+ fi
;;
aarch64)
export TARGETSDKARCH="aarch64"