diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-11-12 15:38:19 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-11-12 15:44:19 +0100 |
commit | 37f8bb2ed1fca158099efa137c1329f5a0d076c1 (patch) | |
tree | 6dfc33c597142470ff7cafa54a004878ece70482 /jjb/pre-fetch | |
parent | e80270f62c3b6eb360ed82aa56de9903bf244743 (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/pre-fetch')
-rw-r--r-- | jjb/pre-fetch/include-prefetch.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/pre-fetch/include-prefetch.sh b/jjb/pre-fetch/include-prefetch.sh index 2fae6d31..bf47c0a7 100644 --- a/jjb/pre-fetch/include-prefetch.sh +++ b/jjb/pre-fetch/include-prefetch.sh @@ -3,7 +3,7 @@ #set -x set +e # -export BOARDS="qemux86-64 raspberrypi3 intel-corei7-64 m3ulcb-nogfx dra7xx-evm qemuarm qemuarm64" +export BOARDS="qemux86-64 raspberrypi3 intel-corei7-64 h3ulcb-nogfx m3ulcb-nogfx dra7xx-evm qemuarm qemuarm64" # check: dra7xx-evm dragonboard-410c wandboard export FEATURES="agl-demo agl-devel agl-audio-4a-framework agl-netboot" export FEATURES_nogfx="agl-netboot agl-devel" @@ -35,6 +35,10 @@ for i in $BOARDS ; do FEATURES="${FEATURES_nogfx}" TARGETIMAGE="${TARGETIMAGE_nogfx}" fi + if test x"h3ulcb-nogfx" = x"$i" ; then + FEATURES="${FEATURES_nogfx}" + TARGETIMAGE="${TARGETIMAGE_nogfx}" + fi source meta-agl/scripts/aglsetup.sh -m ${i} -b build-${i} ${FEATURES} ln -sf ../../mirror downloads ln -sf ../../sstate sstate-cache |