Insert obligatory pandemic joke here
How can i use sfossdk (mer-sdk-chroot) with tooling and code that is outside my $HOME? Surely there is a go-to solution, and i’m missing something.
Tools both outside and inside and inside the chroot env lean on the same $PLATFORM_SDK_ROOT variable in the same ~/.bashrc, but the only thing that is mounted under the same path is /home/$USER. So e.g. /media/$USER/my_other_disk will in fact not even be that other disk inside the chroot. I think i could maybe work around it for setting up the tooling if i pay attention… (not sure it will be usable) But when it comes to accessing the source code that needs to be fetched using the “repo” tool in the host environment, i’m honestly lost.
I can’t be the first person who cannot casually put 100GB on the system drive