Skip to content

Instantly share code, notes, and snippets.

@leon-anavi
Last active November 19, 2025 11:52
Show Gist options
  • Select an option

  • Save leon-anavi/26237d2cd2f3f17dfb7375edf3f37a2c to your computer and use it in GitHub Desktop.

Select an option

Save leon-anavi/26237d2cd2f3f17dfb7375edf3f37a2c to your computer and use it in GitHub Desktop.
bitbake-setup
{
"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