aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-11-07 10:04:12 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-11-07 10:04:12 +0100
commit196a32ee142e66b8ebb5c2b7a9b98d1777e92fcb (patch)
tree01a86f033900c70fb18869fb3e46531eca7d0f2f /jjb
parent8ba75db0b618fe29a570a955d2413ee7015bab02 (diff)
Fix porter-nogfx
Change-Id: Icea633e5cd27160633eb822676190864c5ae0471 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/common/include-agl-build.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/common/include-agl-build.sh b/jjb/common/include-agl-build.sh
index 5396d846..ea95ca15 100755
--- a/jjb/common/include-agl-build.sh
+++ b/jjb/common/include-agl-build.sh
@@ -111,7 +111,10 @@ eval TARGETIMAGE="$TARGETIMAGE"
eval TARGETIMAGEnogfx="$TARGETIMAGEnogfx"
if $NOGFX; then
-TARGETIMAGE=${TARGETIMAGEnogfx}
+ export TARGETIMAGE=${TARGETIMAGEnogfx}
+fi
+if test x"porter-nogfx" = x"$MACHINE"; then
+ export TARGETIMAGE=${TARGETIMAGEnogfx}
fi
if $DEBUG; then