In the last post, we saw the first step towards creating a custom image i.e. creating a new layer. We did that so that it could house our custom recipes. Do you want to know how to make your own bitbake recipes? Read on...
Month: January 2022
Yocto: Part 5 – Creating & adding a new layer to your image
In the Yocto series of posts, we have talked about what Yocto is and how you can set up the build environment for development. The first step on the way to develop a custom image is making a new layer. Read on to know more about this!
CMake: An Essential Tutorial
CMake is an extremely popular build tool used in the open-source community to build packages that can be deployed into linux images. Looking for the perfect Introduction to CMake? Read on!