Updated: October 28, 2024 |
You can edit OS image buildfiles to configure OS images.
An OS image is created by the mkifs utility. The utility creates the image according to command-line options and instructions in the buildfile. The buildfile is a plain text file that specifies:
The buildfile for your BSP is located in the directory ${BSP_ROOT_DIR}/images/board.build. For example: x86_64-generics/images/x86_64-generic.build
${BSP_ROOT_DIR}/images/board.build
The buildfile changes take effect after you rebuild your system. To rebuild your system, in ${BSP_ROOT_DIR}, run make.
For more information on how to build a new system image after you have modified the buildfile, go to the Working with QNX BSPs chapter in this guide. See also the mkifs entry in the Utilities Reference, and the appendix Sample Buildfiles in this guide.