aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-11-12 15:38:19 +0100
committerCorentin LABBE <clabbe@baylibre.com>2019-11-12 15:44:19 +0100
commit37f8bb2ed1fca158099efa137c1329f5a0d076c1 (patch)
tree6dfc33c597142470ff7cafa54a004878ece70482 /jjb/common
parente80270f62c3b6eb360ed82aa56de9903bf244743 (diff)
SPEC-2921: Add the h3ulcb-nogfx CIB/CIBT
This patchs adds build and boot test for the h3ulcb. Change-Id: I1dc84e88513aab49db2f7965712f7491c2451af8 Bug-AGL: SPEC-2921 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'jjb/common')
-rw-r--r--jjb/common/include-agl-header.sh7
-rw-r--r--jjb/common/include-agl-run-test-prepare.sh1
2 files changed, 8 insertions, 0 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh
index 091f9dd8..2dbf9269 100644
--- a/jjb/common/include-agl-header.sh
+++ b/jjb/common/include-agl-header.sh
@@ -151,6 +151,13 @@ if test x"m3ulcb-nogfx" = x"$MACHINE"; then
export TARGETMACHINE="m3ulcb"
export TARGETSDKIMAGE="agl-image-ivi-crosssdk"
fi
+# h3ulcb-nogfx means no graphic drivers
+if test x"h3ulcb-nogfx" = x"$MACHINE"; then
+ export TARGETIMAGE=${TARGETIMAGEnogfx}
+ export TARGETFEATURES="${TARGETFEATURESnogfx}"
+ export TARGETMACHINE="h3ulcb"
+ export TARGETSDKIMAGE="agl-image-ivi-crosssdk"
+fi
#if $DEBUG; then
set | grep ^TARGET || true
diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh
index 1e453832..99afe7e2 100644
--- a/jjb/common/include-agl-run-test-prepare.sh
+++ b/jjb/common/include-agl-run-test-prepare.sh
@@ -27,6 +27,7 @@ agl_lava_releng_aliases=(
[qemuarm]="qemu;qemuarm"
[qemuarm64]="qemu;qemuarm64"
[m3ulcb-nogfx]="r8a7796-m3ulcb;m3ulcb"
+ [h3ulcb-nogfx]="r8a7795-h3ulcb-kf;h3ulcb"
[porter-nogfx]="renesas-porter;porter"
[dra7xx-evm]="dra7-evm;dra7xx-evm"
[intel-corei7-64]="upsquare;upsquare"