This file provides information about the associated BSP/library. It contains:
- A URL to a git repository somewhere that is accessible by your computer, such as GitHub.
- A git Commit Hash or Tag that tells which version of the library that you want.
- A path to where the library should be stored.
A typical .mtb file looks like this:
https://github.com/Infineon/core-make#release-v3.0.0#$$ASSET_REPO$$core-make/release-v3.0.0
The variable $$ASSET_REPO$$ points to the root of the shared location. If
you want a library to be local to the application instead of shared, use
$$LOCAL$$ instead of $$ASSET_REPO$$.