From ffab00d195837a6afae119ad1c82c64d149ebbc6 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 25 May 2017 23:03:08 +0200 Subject: Prepare rc1 build for dab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8c820256949b1fba9035a04f67ad5761ee73e73e Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'jjb/common') diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index bee2c939..883f6ac9 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -43,6 +43,9 @@ export TARGETMACHINE=${MACHINE} if test x"porter-nogfx" = x"${MACHINE}" ; then export TARGETMACHINE="porter" fi +if test x"m3ulcb-nogfx" = x"${MACHINE}" ; then + export TARGETMACHINE="m3ulcb" +fi # apply GERRIT_* if test -n "${GERRIT_PROJECT}"; then @@ -133,6 +136,11 @@ if test x"porter-nogfx" = x"$MACHINE"; then export TARGETFEATURES="${TARGETFEATURESnogfx}" fi +if test x"m3ulcb-nogfx" = x"$MACHINE"; then + export TARGETIMAGE=${TARGETIMAGEnogfx} + export TARGETFEATURES="${TARGETFEATURESnogfx}" +fi + #if $DEBUG; then set | grep ^TARGET || true set | grep ^GERRIT || true -- cgit 1.2.3-korg