From: Jan-Simon Möller Date: Tue, 8 Nov 2016 23:30:48 +0000 (+0100) Subject: Fix features for nogfx case X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e0ac2518bafc0506ee2d8e363620397a7fa09dc0;p=ci-management.git Fix features for nogfx case Change-Id: I12c942e0775b0e8fa911c00a7ed75da28ac09423 Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 4a27327c..d548468d 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -119,9 +119,11 @@ eval TARGETIMAGEnogfx="$TARGETIMAGEnogfx" if $NOGFX; then export TARGETIMAGE=${TARGETIMAGEnogfx} + export TARGETFEATURES="${TARGETFEATURESnogfx}" fi if test x"porter-nogfx" = x"$MACHINE"; then export TARGETIMAGE=${TARGETIMAGEnogfx} + export TARGETFEATURES="${TARGETFEATURESnogfx}" fi #if $DEBUG; then