diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-08 23:57:58 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-08 23:57:58 +0100 |
commit | 9f7b30c62dbf600e1b013fc564fe87a8279bd76b (patch) | |
tree | 09e23d3a56dc4e914cc9875e8ea36ac49567ae71 /jjb/common/include-agl-header.sh | |
parent | de86477dbf7c00295881340abea811d37338e37b (diff) |
Fix include files and add test script.
Change-Id: I8d4c7f1199b19aba883b4d6ff92438a22cb1daa5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r-- | jjb/common/include-agl-header.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 62dd6445..4a27327c 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -6,7 +6,7 @@ set -e ################################################################################ -## HEADER +## Header ################################################################################ @@ -33,7 +33,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" export TARGETSDK="populate_sdk" |