mkqnximage virtual machine image generator
QNX SDP8.0Migrating to QNX OS 8.0Developer
Starting with QNX SDP 8.0.2, mkqnximage places executable files in the /system/bin directory instead of /system/xbin.
Update any references to the xbin directory in existing mkqnximage configuration files (e.g., local/snippets/system_files.custom) to point to bin.
If your mkqnximage snippet files need to support both older and
newer versions of mkqnximage, first, add the following entries to
local/snippets/definitions.custom (create the file, if
necessary):
#ifndef __BIN_PATH__
#define __BIN_PATH__ xbin
#endif
Then, update your snippet files to use
__BIN_PATH__
in place of either xbin or
bin. This configuration causes older versions of
mkqnximageto substitute xbin in place of
__BIN_PATH__
, while newer versions substitute
bin. Page updated: