aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-header.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-11-09 00:30:48 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-11-09 00:30:48 +0100
commite0ac2518bafc0506ee2d8e363620397a7fa09dc0 (patch)
tree028cda20541d7d6c5be1d57757875a93f7c347d9 /jjb/common/include-agl-header.sh
parent9f7b30c62dbf600e1b013fc564fe87a8279bd76b (diff)
Fix features for nogfx case
Change-Id: I12c942e0775b0e8fa911c00a7ed75da28ac09423 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r--jjb/common/include-agl-header.sh2
1 files changed, 2 insertions, 0 deletions
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