aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-header.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-05-25 23:03:08 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-05-25 23:03:20 +0200
commitffab00d195837a6afae119ad1c82c64d149ebbc6 (patch)
tree8f42b2a1ad8467153e7844277933722d9c97a9a0 /jjb/common/include-agl-header.sh
parent0b2dd837dc000def2d33e50cd276c8cc33f9304c (diff)
Prepare rc1 build for dab
Change-Id: I8c820256949b1fba9035a04f67ad5761ee73e73e 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.sh8
1 files changed, 8 insertions, 0 deletions
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