aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/pre-fetch/include-prefetch.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-06-26 12:30:31 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-06-26 12:30:31 +0200
commit0970229407fa051c6d97eeee6ebe6beb627bb9f2 (patch)
tree0165fb6baba78c30e807307ebc7bb8f85140a894 /jjb/pre-fetch/include-prefetch.sh
parent5e92ffa7cd4c7ceda79e972e139c867540f3e037 (diff)
Install buildtools on fetch.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I21adf6528576beff9dd94e17a0a2e34ecd5fdaaf
Diffstat (limited to 'jjb/pre-fetch/include-prefetch.sh')
-rw-r--r--jjb/pre-fetch/include-prefetch.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/pre-fetch/include-prefetch.sh b/jjb/pre-fetch/include-prefetch.sh
index b335a4df..40f2fc37 100644
--- a/jjb/pre-fetch/include-prefetch.sh
+++ b/jjb/pre-fetch/include-prefetch.sh
@@ -24,6 +24,9 @@ cd repoclone
repo init --repo-branch=repo-1 --reference=/opt/AGL/preclone -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo.git
repo sync -j8
+external/poky/scripts/install-buildtools
+source external/poky/buildtools/environment-setup-x86_64-pokysdk-linux
+
for i in $BOARDS ; do
pushd .
if test x"m3ulcb-nogfx" = x"$i" ; then