From: Jan-Simon Möller Date: Sun, 14 Apr 2019 12:25:13 +0000 (+0200) Subject: Change TARGETSDKARCH to include new flags in thud X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b74a2b59464c02737b331269d6372bda1feeb893;p=ci-management.git 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 --- 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)