How to install Oracle JDK 17 on Ubuntu ?

To compile latest android applications, Android may ask us to make sure we have JDK17 installed on … Read more

Fixed : openssl/opensslv.h: No such file or directory

When trying to compile some packages / libraries or application source codes in Linux which are based … Read more

Yocto Compilation Steps - lynxbee

How Yocto build Software Package from source code ?

Yocto compiles everything from source code. Following are the stages Yocto following to prepare binaries / packages … Read more

Embedded Linux RPi

Build Embedded Linux for Raspberry Pi using Yocto

Building complete Linux operating system for embedded devices was a complicated task requiring investment with both time … Read more

Generate Linker map file

How to create Linker .map file in Linux ?

Understanding map files created by some of the Embedded compilers is required for the Engineers who are … Read more

Emulate Rpi on Linux

How to Emulate RaspberryPi 2 using QEMU ?

We need to compile recent qemu source code since it has added support for Raspberry Pi, to … Read more

Yocto Recipes

What are the benefits of Yocto ?

Yocto is designed to compile everything from source code. Yocto itself is not a Linux distribution, but … Read more

Yocto Recipes

What is Yocto ?

The Yocto Project is an open source collaboration project that provides templates, tools and methods to help … Read more

license

License Compliance in Embedded Linux with the Yocto

Every recipe which compiles the source code and generates the binaries contains certain mechanism which verifies any … Read more

How to Identify packages generated by the bitbake recipe ?

When trying to add new packages to your root file system image, we need to identify what … Read more