Install
$ agentstack add skill-higangssh-yocto-agent-skills-bitbake-debug ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
BitBake Debug
Use this skill to diagnose Yocto/BitBake failures from concrete evidence. Prefer log.do_*, run.do_*, bitbake -e, bitbake-layers, and pkgdata over guesses.
Evidence First
Ask for or inspect:
failing target and task
first fatal error, not only the final summary
tmp/work/.../temp/log.do_
tmp/work/.../temp/run.do_
conf/local.conf
conf/bblayers.conf
affected recipe or bbappend
Useful commands:
bitbake-layers show-layers
bitbake-layers show-recipes
bitbake-layers show-appends
bitbake -e
bitbake -c listtasks
bitbake -c devshell
bitbake -g
oe-pkgdata-util list-pkgs
oe-pkgdata-util find-path '*/path/or/file'
Task Playbook
do_fetch: verifySRC_URI, protocol, branch,SRCREV, checksums, network policy, mirrors,DL_DIR, and credentials only when the source is private.do_unpack: verify archive layout,S, multi-source unpack paths, and subdirectories.do_patch: verify patch path, strip level, order, fuzz, upstream status, andapply=yes/noonly when automatic patch handling is wrong.do_configure: verify inherited class,PACKAGECONFIG,EXTRA_OECONF,EXTRA_OECMAKE,EXTRA_OEMESON,DEPENDS, andrecipe-sysroot.do_compile: verify compiler command, generated files, missing-nativetools, cross variables, and parallel race signs.do_install: verify installation under${D}, permissions, ownership, and paths using${bindir},${libdir},${sysconfdir}, etc.do_package/do_package_qa: verify package splits,FILES:*, runtime dependencies, and QA tags.do_rootfs: verify package names, providers,IMAGE_INSTALL, license policy, package conflicts, and postinstall scripts.do_image: verify rootfs completion,IMAGE_FSTYPES, WIC kickstart, boot artifacts, and deploy output.
References
- Read [../../references/shared/yocto-field-guide.md](../../references/shared/yocto-field-guide.md) for the broader task playbook.
- Read [../../references/yocto/qa-errors.md](../../references/yocto/qa-errors.md) for common QA failures.
- Read [../../references/bitbake/variables-core.md](../../references/bitbake/variables-core.md) when the fix depends on variable semantics.
Output
For every diagnosis, provide:
- most likely cause
- evidence that supports it
- exact next command or metadata change
- why this is the Yocto/BitBake fix
- validation command
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Higangssh
- Source: Higangssh/yocto-agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.