iip_build command
The iip_build command is used to build IIPs
Usage
iip_build
--name <name>
--version <version>
[--content_version <content_version>]
[--branch <branch>]
[--date <date>]
[--time <time>]
[--description <description>]
[--processor <processor>]
[--hw_comp <hw_comp>]
[--fw_comp <fw_comp>]
--install <install_type>:<script>
[--depends <dependency_type>:<dependency>]
[--uninstall <uninstall_type>:<script>]
[--data_dir <data_dir>]
[--out_dir <out_dir>]
Relations
Parameter |
Description |
--depends |
IIP that this IIP depends on.
|
Directories
Parameter |
Description |
--data_dir |
Data to be included in the IIP
Note!
This MUST point to a directory named "data", which contains the file structure that
should be included.
|
--out_dir |
Output directory in which the IIP is created. Default is the
current directory.
|