Yocto bsp bringup
Skill prashantdivate/awesome-yocto-ai-agent-skills/yocto-bsp-bringup
Yocto BSP and board bring-up skill for AI coding agents. Use for vendor BSP import, machine configuration, layer dependencies, bootloader recipes, trusted firmware, U-Boot, Linux kernel recipes, device trees, defconfigs, KERNEL_DEVICETREE, COMPATIBLE_MACHINE, virtual/kernel providers, storage variants, serial console, first boot, and hardware enablement.From its SKILL.md
npx -y skills add prashantdivate/awesome-yocto-ai-agent-skills --skill yocto-bsp-bringupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 240 tokens by cl100k_base, as published. Nobody here has run it
Yocto BSP Bring-Up
Workflow
- Identify board, SoC, BSP vendor, Yocto release, kernel version, boot chain, storage medium, and RAM/storage variant.
- Inspect layer structure,
conf/layer.conf,conf/machine/*.conf, andLAYERSERIES_COMPAT. - Confirm collection names with
BBFILE_COLLECTIONS; use collection names inLAYERDEPENDS. - Identify providers for
virtual/kernel, bootloader, trusted firmware, OP-TEE, firmware blobs, and image recipes. - Trace device tree and kernel config from machine config through recipe appends.
- Keep board-specific fixes in the BSP/product layer.
References
- bsp-playbook.md: machine, kernel, bootloader, DTB, and vendor BSP workflows.
Guardrails
- Do not mix machine names across RAM/storage variants.
- Do not copy full vendor recipes when a
.bbappendor config fragment is enough. - Do not assume a layer directory name is the layer collection name.
- Do not change bootloader/kernel provider policy without checking all machines in the layer.
What ships with it: 2 files
1.8 KB alongside SKILL.md
agents/
- openai.yaml261 B
references/
- bsp-playbook.md1.5 KB