diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-07 10:04:12 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-07 10:04:12 +0100 |
commit | 196a32ee142e66b8ebb5c2b7a9b98d1777e92fcb (patch) | |
tree | 01a86f033900c70fb18869fb3e46531eca7d0f2f /jjb/common/include-agl-build.sh | |
parent | 8ba75db0b618fe29a570a955d2413ee7015bab02 (diff) |
Fix porter-nogfx
Change-Id: Icea633e5cd27160633eb822676190864c5ae0471
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-build.sh')
-rwxr-xr-x | jjb/common/include-agl-build.sh | 5 |
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 |