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 +++++++ 1 file changed, 7 insertions(+) (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 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 -- cgit 1.2.3-korg