From 0970229407fa051c6d97eeee6ebe6beb627bb9f2 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 26 Jun 2024 12:30:31 +0200 Subject: Install buildtools on fetch. Signed-off-by: Jan-Simon Moeller Change-Id: I21adf6528576beff9dd94e17a0a2e34ecd5fdaaf --- jjb/pre-fetch/include-prefetch.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jjb/pre-fetch') 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 -- cgit 1.2.3-korg