iip_build command

The iip_build command is used to build IIPs

Usage

iip_build
  [--help]                      Display help and exit.
  --name <name>                 Name of IIP.
  --version <version>           Build version.
  [--branch <branch>]           Branch from which IIP was built.
  [--content_version <version>] Version of IIP content, such as application version.
  [--date <date>]               Date of build.
  [--time <time>]               Time of build.
  [--description <file>]        Description XML file.
  [--processor <processor>]     Processor (same as name of toolchain) to build IIP for
                                 (e.g. st40, bcm74xx). Not used if IIP works on all
                                 architectures.
  [--hw_comp <hw_comp>]         Hardware variant (i.e. STB model) to build IIP for
                                 (e.g. vip19x3). Used for IIPs meant to run only on
                                 a specific STB.
  [--fw_comp <fw_comp>]         Firmware compatibility. Only used for firmware upgrade IIPs.
  --install <type>:<script>     Type of installation script (buildtime/runtime/kit)
                                 and file which acts as installation script. Type buildtime
                                 installs IIP in rootdisk at buildtime.
  [--depends <type>:<IIP name>] Type of dependency (rootdisk/execution/finalize) and
                                 name of IIP on which this IIP depends on. 
                                 Type rootdisk is used for regular IIPs. 
  [--uninstall <type>:<script>] Type of uninstallation script (runtime only supported)
                                 and file which acts as uninstallation script. Used for
                                 IIPs which is to be uninstalled at runtime.
  [--data_dir <directory>]      Data structure (directory of files) to include in the IIP.
  [--out_dir <out_dir>]         Output directory in which the IIP is created,
                                 default is current directory.
  [--strip <script>]            Script which removes debug symbols from binaries in
                                 the data directory. Script bin/strip_tree can do the job.
  [--provides_capability [<type>:]<media_capability>]
                                Platform capability type and media capability.
                                 Used for IIPs providing a capability of some sort.
                                 The capability is exposed through TOI.
  [--internal_use_only]         Specify if IIP is only to be used internally at Motorola.