Last active
November 19, 2025 11:52
-
-
Save leon-anavi/26237d2cd2f3f17dfb7375edf3f37a2c to your computer and use it in GitHub Desktop.
bitbake-setup
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
| { | |
| "description": "Poky - The Yocto Project testing distribution configurations and hardware test platforms", | |
| "sources": { | |
| "bitbake": { | |
| "git-remote": { | |
| "remotes": { | |
| "origin": { | |
| "uri": "git://git.openembedded.org/bitbake;protocol=https" | |
| } | |
| }, | |
| "branch": "master", | |
| "rev": "master" | |
| } | |
| }, | |
| "openembedded-core": { | |
| "git-remote": { | |
| "remotes": { | |
| "origin": { | |
| "uri": "git://git.openembedded.org/openembedded-core;protocol=https" | |
| } | |
| }, | |
| "branch": "master", | |
| "rev": "master" | |
| } | |
| }, | |
| "meta-yocto": { | |
| "git-remote": { | |
| "remotes": { | |
| "origin": { | |
| "uri": "git://git.yoctoproject.org/meta-yocto;protocol=https" | |
| } | |
| }, | |
| "branch": "master", | |
| "rev": "master" | |
| } | |
| }, | |
| "yocto-docs": { | |
| "git-remote": { | |
| "remotes": { | |
| "origin": { | |
| "uri": "git://git.yoctoproject.org/yocto-docs;protocol=https" | |
| } | |
| }, | |
| "branch": "master", | |
| "rev": "master" | |
| } | |
| } | |
| }, | |
| "bitbake-setup": { | |
| "configurations": [ | |
| { | |
| "bb-layers": ["openembedded-core/meta","meta-yocto/meta-yocto-bsp","meta-yocto/meta-poky","meta-raspberrypi"], | |
| "oe-fragments-one-of": { | |
| "machine": { | |
| "description": "Target machines", | |
| "options" : ["raspberrypi5"] | |
| }, | |
| "distro": { | |
| "description": "Distribution configuration variants", | |
| "options" : ["distro/poky"] | |
| } | |
| }, | |
| "configurations": [ | |
| { | |
| "name": "poky", | |
| "description": "Poky - The Yocto Project testing distribution" | |
| }, | |
| { | |
| "name": "poky-with-sstate", | |
| "description": "Poky - The Yocto Project testing distribution with internet sstate acceleration. Use with caution as it requires a completely robust local network with sufficient bandwidth.", | |
| "oe-fragments": ["core/yocto/sstate-mirror-cdn"] | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "version": "1.0" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment