aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-header.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-03-09 02:50:07 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-03-09 02:50:07 +0100
commit015efa7d10ac488730001eccfa43db64f97e6cd1 (patch)
treed521790bb323d81ec3d2642e2763f0912016e9d4 /jjb/common/include-agl-header.sh
parenta238dfd8589b52074b987c5d534194585b0e0cbc (diff)
Add hardware test for release build
Change-Id: I8d57767974ebc00c4fa5014a8e82f7eae099650e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r--jjb/common/include-agl-header.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh
index 7268ebce..e6ca163f 100644
--- a/jjb/common/include-agl-header.sh
+++ b/jjb/common/include-agl-header.sh
@@ -38,6 +38,11 @@ export TARGETIMAGEnogfx="core-image-minimal"
export TARGETSDK="populate_sdk"
+export TARGETMACHINE=${MACHINE}
+if test x"porter-nogfx" = x"${MACHINE}" ; then
+ export TARGETMACHINE="porter"
+fi
+
# apply GERRIT_*
if test -n "${GERRIT_PROJECT}"; then
export TARGETPROJECT="${GERRIT_PROJECT}"