AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Yocto Bsp Kernel

skill-higangssh-yocto-agent-skills-yocto-bsp-kernel · by Higangssh

Review and debug Yocto BSP, MACHINE configuration, kernel provider selection, kernel recipes, kernel config fragments, defconfig, devicetree, U-Boot, FIT images, deploy artifacts, and kernel module installation. Use for machine/BSP/kernel/devicetree/bootloader issues or when kernel artifacts are missing from deploy output.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-higangssh-yocto-agent-skills-yocto-bsp-kernel

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-higangssh-yocto-agent-skills-yocto-bsp-kernel)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Yocto Bsp Kernel? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Yocto BSP Kernel

Use this skill for machine, BSP, kernel, devicetree, and bootloader work. Verify the selected machine, enabled BSP layers, kernel provider, and deploy artifacts before changing recipes.

Evidence

Ask for or inspect:

MACHINE
conf/machine/*.conf
enabled BSP layers
PREFERRED_PROVIDER_virtual/kernel
kernel recipe and bbappends
KERNEL_DEVICETREE
defconfig or config fragments
U-Boot variables
tmp/deploy/images//

Useful commands:

bitbake-layers show-layers
bitbake-layers show-recipes virtual/kernel
bitbake-layers show-appends | rg 'linux|kernel|u-boot'
bitbake -e virtual/kernel | rg '^(MACHINE|PREFERRED_PROVIDER|KERNEL|UBOOT|SRC_URI|S)='
bitbake -c kernel_configme virtual/kernel
bitbake -c kernel_configcheck virtual/kernel
bitbake -c menuconfig virtual/kernel
bitbake -c diffconfig virtual/kernel
bitbake -c savedefconfig virtual/kernel

Review Rules

  • Machine config should express hardware policy; distro config should express product policy.
  • Select kernel through PREFERRED_PROVIDER_virtual/kernel in machine or distro policy.
  • Keep devicetree names aligned with kernel source and machine config.
  • Use kernel config fragments or defconfig intentionally; validate with kernel config tasks.
  • Verify deploy artifacts before debugging bootloader or flashing.
  • Check vendor BSP branch compatibility before modernizing syntax.

References

  • Read [../../references/yocto/bsp-kernel.md](../../references/yocto/bsp-kernel.md).
  • Read [../../references/bitbake/classes-core.md](../../references/bitbake/classes-core.md) for kernel and U-Boot classes.
  • Read [../../references/yocto/migration.md](../../references/yocto/migration.md) for release compatibility risks.

Output

Answer with:

  1. selected machine and kernel provider
  2. BSP/layer compatibility risk
  3. kernel/devicetree/bootloader metadata issue
  4. command to validate config or deploy artifacts
  5. minimal metadata change

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.