aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/pre-fetch/include-prefetch.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-11-19 15:11:01 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-11-19 15:11:01 +0000
commit8a509890b6a2e7a3396d15a3c5c31c1f27e577ac (patch)
treecd74065ec2d9f3b4d45370ec8a6e34e0cc78d951 /jjb/pre-fetch/include-prefetch.sh
parent6bc93a640c86d530d0e8d58ab5fe784e5bab64e0 (diff)
parent37f8bb2ed1fca158099efa137c1329f5a0d076c1 (diff)
Merge "SPEC-2921: Add the h3ulcb-nogfx CIB/CIBT"
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