aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-apps-header.sh
diff options
context:
space:
mode:
authorbuild.automotivelinux.org <jenkins@automotivelinux.org>2019-06-19 19:32:28 +0200
committerbuild.automotivelinux.org <jenkins@automotivelinux.org>2019-06-19 19:32:45 +0200
commite7e5abe204b4bb2808945bf6f7de7c09eb002016 (patch)
treeedb163b8f3b19c8c5adabe5ceb20983e1fe236e5 /jjb/common/include-apps-header.sh
parent7128200e94862a96e1b579a6deaba5de3263f6ec (diff)
Use the generic qemu* toolchains for the applications
We no longer need to pick a specific board for an architecture. All supported architecture (x86-64, arm, aarch64) have now a qemu target and a matching toolchain. Bug-AGL: SPEC-2540 Change-Id: I4f77acb10c1e35e745e2a2c11aee1f8f49cb96ab Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
Diffstat (limited to 'jjb/common/include-apps-header.sh')
-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 e04ec86e..22c9b6a2 100644
--- a/jjb/common/include-apps-header.sh
+++ b/jjb/common/include-apps-header.sh
@@ -104,7 +104,7 @@ fi
case "$TARGETARCH" in
arm)
export TARGETSDKARCH="armv7ve.*hf-neon-vfpv4"
- export TARGETSDKMACHINE="raspberrypi3"
+ export TARGETSDKMACHINE="qemuarm"
;;
x86-64)
export TARGETSDKARCH="corei7-64"
@@ -112,7 +112,7 @@ case "$TARGETARCH" in
;;
aarch64)
export TARGETSDKARCH="aarch64"
- export TARGETSDKMACHINE="dragonboard-410c"
+ export TARGETSDKMACHINE="qemuarm64"
;;
esac