Install buildtools on fetch.
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 26 Jun 2024 10:30:31 +0000 (12:30 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 26 Jun 2024 10:30:31 +0000 (12:30 +0200)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I21adf6528576beff9dd94e17a0a2e34ecd5fdaaf

jjb/pre-fetch/include-prefetch.sh

index b335a4d..40f2fc3 100644 (file)
@@ -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