Use local mirror to build yocto file system from internal server

As we have seen in “Configure yocto to download from local mirror to save bandwidth” one way … Read more

How to enable Wifi with yocto

If you want to have WiFi integrated with yocto root filesystem, follow below mentioned steps, Open file, … Read more

yocto : create a meta layer by manual procedure

In our another post “Create meta layer using yocto scripts” we seen how you can automatically create … Read more

What is yocto bbappend file ? Extending Recipes with .bbappend

A recipe that appends Metadata to another recipe is called a BitBake append file. A BitBake append … Read more

Create meta layer using yocto scripts

The yocto-layer script simplifies creating a new general layer. The default mode of the script’s operation is … Read more

Create a recipe for yocto using create-recipe script

Below commands shows a ways to create a bitbake recipe using yocto scripts, Downloading package: http://www.busybox.net/downloads/busybox-1.23.2.tar.bz2Unpacking to       … Read more

Creating a New BSP Layer Using the yocto-bsp Script

The below steps gives details about how to create a custom BSP layer with yocto, Here, we … Read more