FAQ

FAQ

Understanding IMAGE_INSTALL library in Yocto build system  Issue Date:2025-03-03

• IMAGE_INSTALL is a variable in the Yocto build system.

• It is used to specify the list of packages to be installed in the generated image.

• The variable is set in the image recipe file (.bb file).

• The IMAGE_INSTALL variable is used to specify which packages should be included in the generated image.

• The Yocto build system will add the required packages to the image based on these settings.

• To check the list of installed packages, the command bitbake -e nvt-image-qt5 | grep ^IMAGE_INSTALL can be used.

$ bitbake -e nvt-image-qt5 | grep ^IMAGE_INSTALL

This command will display the lines starting with IMAGE_INSTALL, showing the configured package installation settings.

FAQ_303_20230615_FAQ_MA35D1_IMAGE_INSTALL _Library_in_Yocto

Products: Microprocessors ,Arm Cortex-A35 MPUs
Applications:
Function: Others,Library,Yocto