From 9f7b30c62dbf600e1b013fc564fe87a8279bd76b Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 8 Nov 2016 23:57:58 +0100 Subject: Fix include files and add test script. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8d4c7f1199b19aba883b4d6ff92438a22cb1daa5 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/common/include-agl-header.sh') 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" -- cgit 1.2.3-korg