Our projects don't need all the repositories fetched by the default nrf/ncs manifest.
Is it possible to use a custom manifest repo or manifest file while installing the SDK?
Our projects don't need all the repositories fetched by the default nrf/ncs manifest.
Is it possible to use a custom manifest repo or manifest file while installing the SDK?
Hi,
It is no problem to use a custom manifest. This can be done in several ways. If you just want to removve some repositories you can make a fork of sdk-nrf where you remove those from the west.yml file. Or you can make a workspace application which a west.yml that is tailored for that, and inlcude only the subset you need.