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

What Is Embedded Linux ?

Embedded Linux, at its core, represents a powerful fusion of the Linux operating system with embedded systems, … Read more

How to create repository mirror onto GitHub ?

Recently we wanted to create a yocto cgit repository mirror onto our GitHub which should track our … Read more

Solved : ERROR: do_image_rpi_sdimg: Taskhash mismatch

If you are compiling yocto for Raspberry Pi, there are chances you may see an error ( … Read more

How to compile C program for X86 Desktop and Embedded Hardware ?

If we consider that we are working on two platforms,1. x86 – 32 or 64 bit i.e. … Read more

Difference between native compilation and cross compilation ?

If we consider that we are working on two platforms,1. x86 – 32 or 64 bit i.e. … Read more