qitoolchain <COMMAND> ...
Provides actions to work with a toolchain. A toolchain is a set of pre-compiled binary packages, generated for instance with qibuild package
import a binary package into the given toolchain
Current supported binary package formats:
Note: to use host native toolchain (i.e. the default compiler installed on the system), you should pass the -c system option.
Note: to use a toolchain, you must pass the -c option to your qibuild action, or set a default toolchain in the configuration file of you worktree (QI_WORK_TREE/.qi/qibuild.xml) like this:
<qibuild version="1">
<defaults config=NAME />
</qibuild>
Note: the import-package action may take benefit from portage (see: http://www.gentoo.org/proj/en/portage/index.xml) if it is found on your system.