add basic bitbake-config templates#632
Merged
Khem Raj (kraj) merged 2 commits intoMay 21, 2026
Merged
Conversation
ec6a3a1 to
48dc282
Compare
| { "name": "machine/orangepi-rv2", "description": "OrangePi RV2 (Vendor Kernel)" }, | ||
| { "name": "machine/orangepi-rv2-mainline", "description": "OrangePi RV2 (Mainline Kernel)" }, | ||
| { "name": "machine/star64", "description": "PINE64 Star64" }, | ||
| { "name": "machine/visionfive", "description": "StarFive VisionFive" }, |
Collaborator
There was a problem hiding this comment.
maybe remove obsoletes machines
Add two bitbake-setup configuration templates for use with meta-riscv, one using the baseline oe-core 'nodistro' setup, and one using poky. These are based on the 'oe-nodistro-master.conf.json' and 'poky-master.conf.json' in bitbake's default registry, but with the meta-riscv layer added and the list of valid MACHINE options (which includes all BSPs except `beaglev` and `visionfive`, which are deprecated) changed to match. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Also make some small reorganizations to the file so that all of the setup sections are more readable and consistent with formatting. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
48dc282 to
9eb34dc
Compare
Contributor
Author
|
Updated to omit the two deprecated BSPs ( |
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.
docs/QUICK_START.mdto add a section for bitbake-setup usage, and tweak the other sections so that they are easier to distinguish.Two notes:
QUICK_START.mdreference the path that will exist once these templates are merged to master, so they don't work (yet)