aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/pre-fetch
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-06-26 12:25:43 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-06-26 12:25:43 +0200
commit5e92ffa7cd4c7ceda79e972e139c867540f3e037 (patch)
tree6a5e3d015eae8bcedfc82606c1651c2b3be9128b /jjb/pre-fetch
parentdf4ab615b5c20c8a5fab1aa0f9b5b74f3c1ad34a (diff)
Add pi5
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Iced8966cb95134f3b598b03acc0e4c295e7c5790
Diffstat (limited to 'jjb/pre-fetch')
-rw-r--r--jjb/pre-fetch/include-prefetch.sh13
1 files changed, 4 insertions, 9 deletions
diff --git a/jjb/pre-fetch/include-prefetch.sh b/jjb/pre-fetch/include-prefetch.sh
index 04b399f8..b335a4df 100644
--- a/jjb/pre-fetch/include-prefetch.sh
+++ b/jjb/pre-fetch/include-prefetch.sh
@@ -3,11 +3,10 @@
#set -x
set +e
#
-export BOARDS="qemux86-64 raspberrypi4 h3ulcb-nogfx m3ulcb-nogfx dra7xx-evm qemuarm qemuarm64 bbe"
-# check: dra7xx-evm dragonboard-410c wandboard
-export FEATURES="agl-demo agl-devel agl-netboot"
-export FEATURES_nogfx="agl-netboot agl-devel"
-export TARGETIMAGE="agl-demo-platform-crosssdk"
+export BOARDS="qemux86-64 qemuarm qemuarm64 raspberrypi4 raspberrypi5 h3ulcb-nogfx"
+export FEATURES="agl-demo agl-devel agl-netboot agl-ci"
+export FEATURES_nogfx="agl-netboot agl-devel agl-ci"
+export TARGETIMAGE="agl-ivi-demo-qt agl-ivi-demo-flutter"
export TARGETIMAGE_nogfx="agl-image-minimal"
mkdir -p mirror
@@ -27,10 +26,6 @@ repo sync -j8
for i in $BOARDS ; do
pushd .
- if test x"porter-nogfx" = x"$i" ; then
- FEATURES="${FEATURES_nogfx}"
- TARGETIMAGE="${TARGETIMAGE_nogfx}"
- fi
if test x"m3ulcb-nogfx" = x"$i" ; then
FEATURES="${FEATURES_nogfx}"
TARGETIMAGE="${TARGETIMAGE_nogfx}"