From 503579a0e8c0b9cc13355ba73e2a3580ce48f1fc Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sat, 19 Dec 2020 00:10:18 +0100 Subject: Add release jobs for koi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3b99282f42268ad9ea206a491ecf79a5e05af8d2 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (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 1b7b31d2..857a6ea6 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -151,17 +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} if test x"master" = x"${TARGETBRANCH}" ; then - export TARGETFEATURES="${TARGETFEATURESnogfx} agl-refhw-h3" + export TARGETFEATURES="${TARGETFEATURESnogfx} agl-refhw-h3" else - export TARGETFEATURES="${TARGETFEATURESnogfx}" + 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" -- cgit 1.2.3-korg