Questions tagged [yocto]

For questions about Yocto framework for building installable images

The Yocto project is an open source collaboration project that helps developers create custom Linux-based systems regardless of the hardware architecture. The Yocto framework can be used to build installable images for embedded Linux applications, containing the root file system, kernel and bootloader.

Compared to buildroot, it is more complex, but offers a more modular approach, being able to generate update packages instead of just building a monolithic image. It is also designed to easily derive the configuration for one board from a similar board.

2 questions
0
votes
0 answers

Printing on Yocto MiniDisplay on System Startup

I have developed a C application and I am also using a Yocto_MiniDisplay, which prints some messages from the application. I need to start the application on System Start up, so that on the display it shows "Welcome". I am unable to start the…
0
votes
0 answers

bitbake failing during build yocto

I have a System which installed Ubuntu 20.04 LTS and working as a Host system, here I am trying to Build yocto image and installing our Rock Pi s hardware. I was using it for the past 1 year, but suddenly I am facing an issue which showing ERROR:…