From 196a32ee142e66b8ebb5c2b7a9b98d1777e92fcb Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 7 Nov 2016 10:04:12 +0100 Subject: Fix porter-nogfx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icea633e5cd27160633eb822676190864c5ae0471 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg