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

Yocto Image Rootfs

skill-higangssh-yocto-agent-skills-yocto-image-rootfs · by Higangssh

Debug and review Yocto image recipes, IMAGE_INSTALL, IMAGE_FEATURES, package groups, do_rootfs failures, package manager errors, postinstall scripts, pkgdata lookups, package feeds, and missing packages in root filesystems. Use when packages do not appear in images, rootfs construction fails, image features behave unexpectedly, or the user needs image/rootfs guidance.

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

Install

$ agentstack add skill-higangssh-yocto-agent-skills-yocto-image-rootfs

✓ 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-image-rootfs)

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 Image Rootfs? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Yocto Image Rootfs

Use this skill for image composition and root filesystem problems. Distinguish recipe names, package names, package groups, image features, and rootfs package manager behavior before suggesting fixes.

Evidence

Ask for or inspect:

image recipe or local.conf change
failing do_rootfs log
IMAGE_INSTALL / IMAGE_FEATURES / EXTRA_IMAGE_FEATURES
PACKAGE_CLASSES
DISTRO_FEATURES / MACHINE_FEATURES
package name being installed
oe-pkgdata-util output

Useful commands:

bitbake -e  | rg '^(IMAGE_INSTALL|IMAGE_FEATURES|EXTRA_IMAGE_FEATURES|PACKAGE_CLASSES|DISTRO_FEATURES|MACHINE_FEATURES)='
bitbake -c rootfs 
oe-pkgdata-util list-pkgs | rg ''
oe-pkgdata-util lookup-recipe 
oe-pkgdata-util find-path '*/usr/bin/'

Review Rules

  • Use runtime package names in IMAGE_INSTALL, not assumed recipe names.
  • Prefer image recipes or package groups for product images; keep local.conf changes local.
  • Use IMAGE_FEATURES in image recipes and EXTRA_IMAGE_FEATURES in local configuration.
  • Check package group recipes when adding groups of related packages.
  • For do_rootfs failures, inspect package conflicts, missing providers, license policy, postinstall scripts, and package manager backend.
  • Do not use DEPENDS to add software to an image.

References

  • Read [../../references/yocto/image-rootfs.md](../../references/yocto/image-rootfs.md).
  • Read [../../references/bitbake/variables-core.md](../../references/bitbake/variables-core.md) for IMAGE_INSTALL, IMAGE_FEATURES, and package variables.
  • Read [../../references/bitbake/tasks-reference.md](../../references/bitbake/tasks-reference.md) for do_rootfs, do_image, and package tasks.

Output

Answer with:

  1. recipe name vs package name status
  2. exact variable or image recipe change
  3. command to prove package availability
  4. rootfs validation command
  5. official-doc section to verify

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.