From 37f8bb2ed1fca158099efa137c1329f5a0d076c1 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 12 Nov 2019 15:38:19 +0100 Subject: 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 --- jjb/common/include-agl-header.sh | 7 +++++++ jjb/common/include-agl-run-test-prepare.sh | 1 + 2 files changed, 8 insertions(+) (limited to 'jjb/common') 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" -- cgit 1.2.3-korg