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
| PackageName | Yes | The logical name of the that will be registered with the Virtual Client runtime to represent the packages directory into which the repo was cloned. Other profile components can use this name to reference/discover the repo and its location. |
23
23
| RepoUri | Yes | The full URI to the Git repository to download/clone into the packages directory. |
24
+
| Commit | No | The branch-name or commit-hash or tag to checkout to a specific branch, commit, tag in the repository. |
24
25
| Scenario | No | A name/identifier for the specific component in the profile. This is used for telemetry purposes only with components in dependency sections of the profile (i.e. cannot be used with --scenarios option on the command line). |
25
26
26
27
@@ -36,6 +37,7 @@ In this example, VC clones https://github.com/eembc/coremark.git into the runtim
0 commit comments