diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-19 11:20:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-01-19 11:20:07 +0000 |
commit | a51c94a478ba79d51717928e6cb993bf3f3b8de5 (patch) | |
tree | 8f6b03a340d93a0fe6e1034c1288f9c3227b7691 | |
parent | dd9e88dc86c818c8010332cc25adbc8a8af58cf8 (diff) | |
parent | c77952c4d281940e6660959697c41d0c95396051 (diff) |
Merge "Revert "Remove sota from CI mix for the moment""
-rw-r--r-- | jjb/common/include-agl-header.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 280feebd..7268ebce 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -29,7 +29,7 @@ export TARGETPROJECT="AGL/AGL-repo" export TARGETBRANCH="master" export TARGETREFSPEC="refs/heads/master" -export TARGETFEATURESnogfx="agl-appfw-smack agl-netboot agl-devel" +export TARGETFEATURESnogfx="agl-appfw-smack agl-netboot agl-sota agl-devel" export TARGETFEATURES="agl-demo ${TARGETFEATURESnogfx}" export TARGETQA="" |