Ask Your Question
3

What is the procedure for including 'nano' in Yocto before installation?

asked 2022-04-19 11:00:00 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-02-03 21:00:00 +0000

lakamha gravatar image

To include 'nano' in Yocto before installation, you can follow these steps:

  1. Open the 'local.conf' file in your Yocto project directory using a text editor.

  2. Add the following line to the 'local.conf' file:

IMAGE_INSTALL_append = " nano"

This line will append 'nano' to the list of packages that will be installed in the Yocto image.

  1. Save the 'local.conf' file and exit the text editor.

  2. Build the Yocto image using your preferred method (e.g. bitbake, toaster, etc.).

  3. Flash the newly-built Yocto image onto your target device.

Once the Yocto image is flashed onto the target device, 'nano' should be installed and available for use.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-04-19 11:00:00 +0000

Seen: 15 times

Last updated: Feb 03 '22