5 Commits

Author SHA1 Message Date
Buzz
abbe08fc18 bugfixes for error/s that were occuring in 'vagrant up'.
this pins the git version used to 2.32.2 as it seems to work ok with the patches, and latest one from releases didn't. 
it also changes the url schema to http: from git: as per github guidlines change/s.
bitbake recipies need protocol=http, to tell bitbake that git
should use the http protocol
2022-05-10 19:12:19 +10:00
Buzz
9f1f83e970
need to use a git based on openssl, not gnutls as our build env is so old, AND not check expiry of certs etc. 2021-12-05 11:06:40 +10:00
Nicolas Chaslot
bf827a1fe2 Fixed install-vagrant-deps.sh
As pip dropped support for python 2.7 on versions >=21, we need to ask for older versions of pip specifically at upgrade for the setup to work properly.
Vm will not install otherway
2021-12-04 17:32:30 +10:00
Peter Barker
f687d6e785 install-vagrant-deps.sh: correct path for chmod of downloaded repo 2020-08-01 13:46:21 +10:00
Matt Lawrence
5781715be2 BUILD: Move vagrant to repo root
- Takes Vagrant out of the old solo-builder and puts it into the root of the Open Solo repo.  Gives vagrant full access to the entire repo.
- Cleaned up deps.sh and added everything that was in the playbook file.
- Removed the playbook work in favor of the deps.sh
2019-01-07 12:35:46 -05:00