Converts udi modules into installable packages for distribution.
udimkpkg [ -b ] [ -s ] [ -T Directory ] [ -v ] PackageName
The udimkpkg command attaches the udi static properties to the udi module file and packages the source and binary files into an installable udi package. By default both the binary and source files are packaged. The -b and -s flag are used to not package the binary or source file respectively. If the package defined by PackageName doesn't exist a new udi package file is created. If the udi package already exists, the package is appended.
This command is supported only on the Itanium-based platform. It is not supported on POWER-based platforms.
This command returns the following exit values:
0 | The udi package file was successfully created. |
1 | An error occurred. An error message is listed to stderr. |
udimkpkg mydriver.udi
udimkpkg -b mydriver.udi
udimkpkg -s mydriver.udi
udimkpkg -T/tmp /tmp/udi/mydriver.udi udimkpkg mydriver.udi
/usr/sbin/udimkpkg |
The udibuild command, udisetup command.