Fix bug in image+feature selection. 55/7055/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 7 Nov 2016 10:08:12 +0000 (11:08 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 7 Nov 2016 10:08:12 +0000 (11:08 +0100)
Change-Id: Ifbe88bf159c1ee13798005e5beb4ec4a65ac56ae
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-build.sh
jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml

index 9c96929..c09616c 100755 (executable)
@@ -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
index 321792c..f0b9312 100644 (file)
@@ -24,7 +24,7 @@
           description: "refspec to build"
       - string:
           name: UPLOAD
-          default: false
+          default: NO
           description: "Upload?"
     axes:
       - axis: