Yocto: Part 9 – Customising images by adding your recipes

In the last four posts, we have talked about creating a new Yocto layer, and creating custom recipes. Let us bring all of that together by building our first custom image! Read on...

Yocto: Part 8 – Writing recipes that fetch from a Git repository

In the previous posts, we learnt about Yocto and also wrote recipes to deal with tarballs. In this post, we talk about using source code located in a git repository. Read on!

Yocto: Part 7 – Writing recipes for tarballs (local and remote)

In the last post, we talked about writing a basic bitbake recipe. Often in the real world, we use tarballs for storing their source tree. Read on to know how to write bitbake recipes that use tarballs!