From: Jan-Simon Möller Date: Mon, 7 Nov 2016 09:04:12 +0000 (+0100) Subject: Fix porter-nogfx X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F7051%2F1;p=ci-management.git Fix porter-nogfx Change-Id: Icea633e5cd27160633eb822676190864c5ae0471 Signed-off-by: Jan-Simon Möller --- 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