FAQ_MA35D1_IMAGE_INSTALL _Library_in_Yocto

Post Reply
yhcheng3
Posts: 55
Joined: 02 Dec 2022, 10:46

15 Jun 2023, 14:53

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 20336 times

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

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 58 guests