Lynxbee topic

Yocto Embedded Linux

Create a Custom Meta Layer in Yocto with bitbake-layers

In the Yocto Project, metadata (recipes, configuration files, class extensions, and patches) is organized into modular layers. Custom application code, system services, and image modifications should always live in a dedicated custom meta layer rather than altering core Yocto layers.

Create a Custom BSP Layer in Yocto Using yocto-bsp

In the Yocto Project, a Board Support Package (BSP) layer contains hardware-specific configurations, kernel recipes, device trees, and bootloader definitions for a target board. The yocto-bsp command-line script provides an interactive wizard to generate a clean BSP layer skeleton conforming to Yo

What is Yocto ?

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

Create yocto recipe using recipetool script

https://dropbear.nl/mirror/dropbear-2015.68.tar.bz2DEBUG: Found bitbake path: ~/Desktop/devlab/poky/bitbakeNOTE: Fetching https://dropbear.nl/mirror/dropbear-2015.68.tar.bz2…DEBUG: unable to extract library name from ld-linux.so.3NOTE: Recipe dropbear_2015.68.bb has … Read more

Fix Yocto “RDEPENDS but Not a Build Dependency”

The Yocto `[build-deps]` warning means packaging discovered a runtime edge that the earlier task graph could not reliably satisfy. Fix the metadata at the correct layer after identifying both the output package and its provider recipe.

BitBake Build Process: Tasks, Packages and Debugging

BitBake does not blindly execute a fixed shell-script sequence. It builds a dependency graph, checks task signatures and shared-state artifacts, then runs only the work needed to produce the requested recipe, package, image, or SDK.

Engineering weekly

Useful technical knowledge, not inbox noise.

Receive verified fixes, references, labs, and tools. Confirm by email; unsubscribe any time.