Build a platform.
Syntax
platform generate
Build the active platform and add it to the repository. The platform must be created through platform create command, and must be selected as active platform before building.
Options
Option | Description |
---|---|
-domains <domain-list>
|
List of domains which need to be built and added to the repository. Without this option, all the domains that are part of the plafform are built. |
Returns
Empty string, if the platform is generated successfully. Error string, if the platform cannot be built.
Examples
platform generate
Build the active platform and add it to repository.
platform generate -domains a53_standalone,r5_standalone
Build only a53_standalone,r5_standalone domains and add it to the repository.