diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-07 10:36:28 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-07 10:36:28 +0100 |
commit | df8e4bccf94ee005c2234c6c3d3607b9c6274a4f (patch) | |
tree | 75c1c5b4c2986bf2a0aa0316211d4255a55d9999 /jjb | |
parent | 196a32ee142e66b8ebb5c2b7a9b98d1777e92fcb (diff) |
Change minimal image to core-image-minimal
Change-Id: I28bcbf6313ff50923c7b7ab86c9ed4123582d929
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/common/include-agl-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-build.sh b/jjb/common/include-agl-build.sh index ea95ca15..9c96929f 100755 --- a/jjb/common/include-agl-build.sh +++ b/jjb/common/include-agl-build.sh @@ -28,7 +28,7 @@ export TARGETFEATURES="agl-demo ${TARGETFEATURESnogfx}" export TARGETQA="" export TARGETIMAGE="agl-demo-platform\${TARGETQA}" -export TARGETIMAGEnogfx="agl-image-ivi\${TARGETQA}" +export TARGETIMAGEnogfx="core-image-minimal" # apply GERRIT_* if test -n "${GERRIT_PROJECT}"; then |