From e0ac2518bafc0506ee2d8e363620397a7fa09dc0 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 9 Nov 2016 00:30:48 +0100 Subject: Fix features for nogfx case MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I12c942e0775b0e8fa911c00a7ed75da28ac09423 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jjb/common/include-agl-header.sh') 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 -- cgit 1.2.3-korg