From 015efa7d10ac488730001eccfa43db64f97e6cd1 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 9 Mar 2017 02:50:07 +0100 Subject: Add hardware test for release build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8d57767974ebc00c4fa5014a8e82f7eae099650e Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 5 +++++ 1 file changed, 5 insertions(+) (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 7268ebce..e6ca163f 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -38,6 +38,11 @@ export TARGETIMAGEnogfx="core-image-minimal" export TARGETSDK="populate_sdk" +export TARGETMACHINE=${MACHINE} +if test x"porter-nogfx" = x"${MACHINE}" ; then + export TARGETMACHINE="porter" +fi + # apply GERRIT_* if test -n "${GERRIT_PROJECT}"; then export TARGETPROJECT="${GERRIT_PROJECT}" -- cgit 1.2.3-korg