Skip to content
All posts

Topic: Yocto

8 posts

Jul 30, 2024

Unlocking the Power of Yocto Post and Preprocess Commands

Note: Examples here are only for understanding purpose. Likely we will expand each command with actual/real usage. Yocto provides a set of powerful…

Read
Jul 23, 2024

Yocto Image Post-Processing with IMAGE_POSTPROCESS_COMMAND

When working with Yocto to create images for embedded systems, post-processing can be a crucial step to ensure that your images are tailored to specific…

Read
Jul 19, 2024

Unveiling Innovation: Linumiz at Linux Plumbers Conference and Open Source Summit Europe 2024

At Linumiz, we specialize in delivering comprehensive software services tailored for U-Boot, Linux, and Zephyr, pivotal technologies in the realm of…

Read
Jul 18, 2024

Yocto: Managing Build Efficiency with RM_WORK_EXCLUDE

In Yocto Project, managing build efficiency is crucial, especially when dealing with large-scale builds that generate substantial temporary files. The…

Read
Jul 17, 2024

Yocto: Ease your storage demand with "rm_work"

Understanding INHERIT =+ "rm_work" : In Yocto Project’s local.conf or in a specific recipe file, INHERIT =+ "rm_work" is a directive that instructs…

Read
Jul 16, 2024

Yocto BB_ENV_PASSTHROUGH_ADDITIONS

In Yocto Project, BB_ENV_PASSTHROUGH_ADDITIONS is a variable used to specify additional environment variables that should be passed through to the bitbake…

Read
Sep 18, 2018

Yocto: bitbake recipe for uhubctl

uhubctl is utility to control USB power per-port on smart USB hubs. Smart hub is defined as one that implements per-port power switching. This utility can…

Read
May 28, 2018

Yocto: bitbake build/populate sysroot

Yocto stops building the global sysroot (both native and cross) from version 2.6. To build any package yocto copies the sysroot as "recipes-sysroot" and…

Read