Page 1 of 1

FAQ_MA35D1_IMAGE_INSTALL _Library_in_Yocto

Posted: 15 Jun 2023, 14:53
by yhcheng3
Question :

Understand IMAGE_INSTALL Library in Yocto Build System


Answer.
  • 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.

Code: Select all

$ bitbake -e nvt-image-qt5 | grep ^IMAGE_INSTALL
This command will display the lines starting with IMAGE_INSTALL, showing the configured package installation settings.
image_install.png
image_install
image_install.png (67.04 KiB) Viewed 20711 times

#MA35D1, #SOM_EVB, # NuMaker-HMI-MA35D1 #Library
.