Yocto: Part 10 – Building and using SDK for Raspberry Pi

In the tenth part of this series on Yocto, we talk about SDKs! How to build them, install them and finally use them to build your next awesome application!

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!