diff options
Diffstat (limited to 'jjb')
-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 7268ebce..280feebd 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-sota agl-devel" +export TARGETFEATURESnogfx="agl-appfw-smack agl-netboot agl-devel" export TARGETFEATURES="agl-demo ${TARGETFEATURESnogfx}" export TARGETQA="" |