Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[kanto-dev] Documentation Correction – Eclipse Kanto Yocto Build Guide

Hello Team,

While working on building the Yocto image with Eclipse Kanto, I came across a small discrepancy in the documentation that may cause confusion for developers following the guide.

Specifically, in the “Build Yocto Image for Raspberry Pi” section, the local.conf example currently shows:

IMAGE_INSTALL:append = " software-updates"

However, during the build process I found that the correct package name should be:

IMAGE_INSTALL:append = " software-update"

The additional “s” in the package name can lead to build issues or cause developers to spend time troubleshooting in the wrong direction.

It would be helpful if the documentation could be reviewed and updated accordingly so that future users can avoid this confusion.

Thank you for your work on the project and for maintaining the documentation.


Thanks & Regards 
K Varun

Back to the top