Hi,
I am starting a project based on the vision sdk and would like to get recommendations on how to do that from a version control perspective.
My Plan is to install VISION SDK in a docker image which can be used by all developers in the project and I would like this part to be read only.
All files which we will work on shall reside in outside of the VISION SDK file path.
I would also like all generated files from both my source files and ti_components/vision sdk (binaries, archive files from drivers etc) in my folder for generated file.
Do you have a guideline for this kind of setup ?