12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "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"
- },
- "path": "bitbake"
- },
- "openembedded-core": {
- "git-remote": {
- "remotes": {
- "origin": {
- "uri": "git://git.openembedded.org/openembedded-core;protocol=https"
- }
- },
- "branch": "master",
- "rev": "master"
- },
- "path": "openembedded-core"
- },
- "meta-yocto": {
- "git-remote": {
- "remotes": {
- "origin": {
- "uri": "git://git.yoctoproject.org/meta-yocto;protocol=https"
- }
- },
- "branch": "master",
- "rev": "master"
- },
- "path": "meta-yocto"
- },
- "yocto-docs": {
- "git-remote": {
- "remotes": {
- "origin": {
- "uri": "git://git.yoctoproject.org/yocto-docs;protocol=https"
- }
- },
- "branch": "master",
- "rev": "master"
- },
- "path": "yocto-docs"
- }
- },
- "bitbake-setup": {
- "configurations": [
- {
- "bb-layers": ["openembedded-core/meta","meta-yocto/meta-yocto-bsp","meta-yocto/meta-poky"],
- "oe-fragments-one-of": {
- "machine": {
- "description": "Target machines",
- "options" : ["machine/qemux86-64", "machine/qemuarm64", "machine/qemuriscv64", "machine/genericarm64", "machine/genericx86-64"]
- },
- "distro": {
- "description": "Distribution configuration variants",
- "options" : ["distro/poky", "distro/poky-altcfg", "distro/poky-tiny"]
- }
- },
- "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"
- }
|