diff options
-rw-r--r-- | jjb/common/include-agl-header.sh | 8 | ||||
-rw-r--r-- | jjb/release-jjb-dab-snapshot/release-jjb-dab-snapshot.yaml | 1 |
2 files changed, 9 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 diff --git a/jjb/release-jjb-dab-snapshot/release-jjb-dab-snapshot.yaml b/jjb/release-jjb-dab-snapshot/release-jjb-dab-snapshot.yaml index 1beb1c6e..c5fa0c9b 100644 --- a/jjb/release-jjb-dab-snapshot/release-jjb-dab-snapshot.yaml +++ b/jjb/release-jjb-dab-snapshot/release-jjb-dab-snapshot.yaml @@ -45,6 +45,7 @@ - intel-corei7-64 - raspberrypi3 - dra7xx-evm + - m3ulcb-nogfx - axis: type: slave name: label |