aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/pre-fetch/include-prefetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/pre-fetch/include-prefetch.sh')
-rw-r--r--jjb/pre-fetch/include-prefetch.sh6
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