You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow installation of platform dependencies from repositories
Benefits:
- Allows testing against non-release versions of platforms.
- Allows the installation of platforms which don't have Board Manager installation support.
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,14 @@ Keys:
47
47
- `source-path`- path to install as a platform. Relative paths are assumed to be relative to the root of the repository.
48
48
- `name`- platform name in the form of `VENDOR:ARCHITECTURE`.
49
49
50
+
##### Repository
51
+
52
+
Keys:
53
+
- `source-url`- URL to clone the repository from. It must start with `git://` or end with `.git`.
54
+
- `version`- [Git ref](https://git-scm.com/book/en/v2/Git-Internals-Git-References) of the repository to checkout. The special version name `latest` will cause the latest tag to be used. By default, the repository will be checked out to the tip of the default branch.
55
+
- `source-path`- path to install as a library. Paths are relative to the root of the repository. The default is to install from the root of the repository.
56
+
- `name`- platform name in the form of `VENDOR:ARCHITECTURE`.
57
+
50
58
### `libraries`
51
59
52
60
YAML-format list of library dependencies to install.
0 commit comments