Fix features for nogfx case 09/7109/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 8 Nov 2016 23:30:48 +0000 (00:30 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 8 Nov 2016 23:30:48 +0000 (00:30 +0100)
Change-Id: I12c942e0775b0e8fa911c00a7ed75da28ac09423
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-header.sh

index 4a27327..d548468 100644 (file)
@@ -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