What problem does it solve?
Yocto-based embedded Linux projects often suffer from subtle recipe, distro, and metadata issues that go unnoticed during development. This skill provides a structured code-review checklist to surface common Yocto pitfalls and enforce consistency across recipes, bbappend files, and configuration layers.
Core Features & Use Cases
- Structured review checklist focused on Recipe (.bb / .bbappend), Scripts (.sh), and configuration (DTS, defconfig).
- Detects common issues such as SRC_URI errors, missing licenses, DEPENDS/RDEPENDS problems, and improper overrides.
- Enables deterministic, repeatable reviews during PDCA plan/design/do phases and supports audit trails.
Quick Start
Run the Yocto review checklist against your STM32MP Yocto recipes to surface missing licenses, incorrect SRC_URI references, and improper dependency declarations.