Configuring WIFI with nmcli

Read more

Qemu Tips&Tricks

Running binaries from other platform Linux via Qemu supports the ability to introspect platform (arch) from the binaries and thenautomatically to run them via registered emulator. The whole process is involved, but thankfully, using the docker-images whole process is streamlined... Read more

Bitbake Example Recipes

Single File C Recipe meta-newlayer/recipes-example/example/example_0.1.bb: meta-newlayer/recipes-example/example/files/example.c: Setting-up New Recipe using devtool DevTool is a tool shipped by Yocto used to help with many operations. One of such operations is creating a Recipe from git repository. To register a repository we... Read more

Bitbake – reusing work

To manage complexity Bitbake supports various constructs for writing generic reusable components and using these components in user scripts. This constructs are the core of the Yocto build system and we need to become more familiar with them. Basic building... Read more

Yocto Bitbake variable syntax

One of the main things that one must do when working with Yocto is to became comfortable with Bitbake variable syntax. Here we will go through all most commonly used syntax concepts. Assigning variable Basic Variable Setting This assignment occurs... Read more

Enable i2c tracing on Linux

To inspect traffic between Linux and I2C devices, perform the following steps: Output sample: Read more