diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/pre-fetch/include-prefetch.sh | 3 |
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 |