aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-header.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-12-19 00:10:18 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-12-19 00:11:53 +0100
commit503579a0e8c0b9cc13355ba73e2a3580ce48f1fc (patch)
tree695bf16f6c7fb546de23d17e0125ab34c43f65d8 /jjb/common/include-agl-header.sh
parent2b26c465e81886f6dad1546538143ed976969367 (diff)
Add release jobs for koi
Change-Id: I3b99282f42268ad9ea206a491ecf79a5e05af8d2 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.sh6
1 files changed, 4 insertions, 2 deletions
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"