aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-11-07 11:08:12 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-11-07 11:08:12 +0100
commitcb44fe25cc827eeb23a5681f2b34e66066644b0b (patch)
tree5ea4c367d333c902feb199afcab54f75aa896c55 /jjb/common
parentdf8e4bccf94ee005c2234c6c3d3607b9c6274a4f (diff)
Fix bug in image+feature selection.
Change-Id: Ifbe88bf159c1ee13798005e5beb4ec4a65ac56ae Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common')
-rwxr-xr-xjjb/common/include-agl-build.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/jjb/common/include-agl-build.sh b/jjb/common/include-agl-build.sh
index 9c96929f..c09616c1 100755
--- a/jjb/common/include-agl-build.sh
+++ b/jjb/common/include-agl-build.sh
@@ -111,10 +111,12 @@ eval TARGETIMAGE="$TARGETIMAGE"
eval TARGETIMAGEnogfx="$TARGETIMAGEnogfx"
if $NOGFX; then
- export TARGETIMAGE=${TARGETIMAGEnogfx}
+ export TARGETIMAGE="${TARGETIMAGEnogfx}"
+ export TARGETFEATURES="${TARGETFEATURESnogfx}"
fi
if test x"porter-nogfx" = x"$MACHINE"; then
- export TARGETIMAGE=${TARGETIMAGEnogfx}
+ export TARGETIMAGE="${TARGETIMAGEnogfx}"
+ export TARGETFEATURES="${TARGETFEATURESnogfx}"
fi
if $DEBUG; then