WindRiver-Labs / wrlinux-x

setup tool for Wind River Linux (10.x) - start HERE!
GNU General Public License v2.0
161 stars 67 forks source link

setup.sh doesn't work behind a proxy OpenSSL #4

Open wallthar opened 5 years ago

wallthar commented 5 years ago

WRL17 branch works as expected witout failures behind a proxy.

mhatle commented 5 years ago

The system should be using the host system's certificates. However, depending on your host system that may or may not work.

You can avoid the system trying to do it's own thing by skipping the special buildtools, but you do need to be on a new enough host to provide all of the components that the setup tool, and subsequent build system required. (CentOS 7 is not new enough for instance.)

To enable this workaround, you can:

rm wrlinux-x/data/environment.d/01_wrl_buildtools.sh wrlinux-x/data/environment.d/04_wrl_buildtools.sh