Set up Cursor Cloud dev environment#15
Draft
ajlennon wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Alex Lennon <ajlennon@dynamicdevices.co.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up the Cursor Cloud development environment for this Yocto BSP meta-layer and documents how to run its lint/scan tooling.
This repo is a Yocto/OpenEmbedded BSP layer (BitBake recipes, machine configs, device trees, kernel patches) — there are no servers/daemons/databases to run. The "application" is the lint/scan tooling, whose primary check is the
yocto-lensstatic scan defined in.github/workflows/yocto-lens.yml.Changes
AGENTS.mdwith a## Cursor Cloud specific instructionssection covering the toolchain, the real CI scan command, theDISTRO_ROOTwritability gotcha, expected HIGH-finding noise, and the other lint scripts.Environment setup (no code changes required)
bash,python3,git,curl,rg) are pre-installed; theyocto-lensbinary self-downloads on demand.meta-dynamicdevices-distrolayer into$HOME(network-tolerant, idempotent) so the CI-equivalent scan can run.Verification (hello world = run the repo's CI static scan on real recipes)
./scripts/dts-cpp-comment-trap-check.sh→ exit 0DISTRO_ROOT=$HOME/meta-dynamicdevices-distro ./scripts/yocto-lens-ci.sh→yocto-lens-ci: OK(2 layers, 67 recipes, 107 patches, 145 findings; HIGH findings are expected DD-only-scan noise)yocto_lens_ci_scan.log
To show artifacts inline, enable in settings.