diff options
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r-- | jjb/common/include-agl-header.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index d62e5b1f..857a6ea6 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -151,13 +151,19 @@ if test x"m3ulcb-nogfx" = x"$MACHINE"; then export TARGETMACHINE="m3ulcb" export TARGETSDKIMAGE="agl-image-ivi-crosssdk" fi +set -x # h3ulcb-nogfx means no graphic drivers if test x"h3ulcb-nogfx" = x"$MACHINE"; then export TARGETIMAGE=${TARGETIMAGEnogfx} - export TARGETFEATURES="${TARGETFEATURESnogfx} agl-refhw-h3" + if test x"master" = x"${TARGETBRANCH}" ; then + export TARGETFEATURES="${TARGETFEATURESnogfx} agl-refhw-h3" + else + export TARGETFEATURES="${TARGETFEATURESnogfx}" + fi export TARGETMACHINE="h3ulcb" export TARGETSDKIMAGE="agl-image-ivi-crosssdk" fi +set +x if test x"raspberrypi4" = x"${MACHINE}" -a x"master" = x"${TARGETBRANCH}" ; then export TARGETMACHINE="raspberrypi4-64" |