11-06-2019, 08:04 AM
Ah I think I understood the issue, you are building with sudo:
sudo ./scripts/build-gvsoc
This is creating a new shell with a new environment, which explains why the config is not set.
Just execute it like that:
./scripts/build-gvsoc
sudo ./scripts/build-gvsoc
This is creating a new shell with a new environment, which explains why the config is not set.
Just execute it like that:
./scripts/build-gvsoc