aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-apps-header.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-14 14:25:13 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-14 14:25:13 +0200
commitb74a2b59464c02737b331269d6372bda1feeb893 (patch)
treee6343a78860df8f4a6034dcbfc5eb78b6e062334 /jjb/common/include-apps-header.sh
parentddfaae22243c146ffd28306a8da494ca772ba9c2 (diff)
Change TARGETSDKARCH to include new flags in thud
armv7vehf-neon-vfpv4 vs. armv7vet2hf-neon-vfpv4 Change-Id: I89be8589bd79ed3ed618da240f0f8e26a7ca3477 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-apps-header.sh')
-rw-r--r--jjb/common/include-apps-header.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-apps-header.sh b/jjb/common/include-apps-header.sh
index 9afcbde6..e04ec86e 100644
--- a/jjb/common/include-apps-header.sh
+++ b/jjb/common/include-apps-header.sh
@@ -103,7 +103,7 @@ fi
case "$TARGETARCH" in
arm)
- export TARGETSDKARCH="armv7vehf-neon-vfpv4"
+ export TARGETSDKARCH="armv7ve.*hf-neon-vfpv4"
export TARGETSDKMACHINE="raspberrypi3"
;;
x86-64)