Yocto is the most preferred build system used by embedded linux developers across the world owing to its layered and modular nature. In this post, we see how to add Yocto support for this board and then build a minimal image to test this support.
Tag: recipe
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!
Yocto: Part 6 – Understanding and creating your first custom recipe
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...
Yocto: Part 3 – Build & run your first ever image!
Liked our last posts that introduced Yocto and showed how to set up your host PC for builds? Let us learn how to build our first ever Yocto image...read on!
Yocto: Part 1 – A Definitive Introduction
Yocto is the most popular build system used to generate linux images for a wide variety of hardware systems across the world. Looking for a good intro to this wonderful enabler that is omni-present? Read on...