aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-header.sh
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/include-agl-header.sh
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/include-agl-header.sh')
-rw-r--r--jjb/common/include-agl-header.sh7
1 files changed, 7 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