mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-22 23:10:18 +00:00
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
84 lines
3.2 KiB
JSON
84 lines
3.2 KiB
JSON
{
|
|
"description": "Poky - The Yocto Project testing distribution with meta-oe and meta-python layers",
|
|
"sources": {
|
|
"bitbake": {
|
|
"git-remote": {
|
|
"uri": "https://git.openembedded.org/bitbake",
|
|
"branch": "master",
|
|
"rev": "master"
|
|
}
|
|
},
|
|
"openembedded-core": {
|
|
"git-remote": {
|
|
"uri": "https://git.openembedded.org/openembedded-core",
|
|
"branch": "master",
|
|
"rev": "master"
|
|
}
|
|
},
|
|
"meta-yocto": {
|
|
"git-remote": {
|
|
"uri": "https://git.yoctoproject.org/meta-yocto",
|
|
"branch": "master",
|
|
"rev": "master"
|
|
}
|
|
},
|
|
"meta-openembedded": {
|
|
"git-remote": {
|
|
"uri": "https://git.openembedded.org/meta-openembedded",
|
|
"branch": "master",
|
|
"rev": "master"
|
|
}
|
|
},
|
|
"yocto-docs": {
|
|
"git-remote": {
|
|
"uri": "https://git.yoctoproject.org/yocto-docs",
|
|
"branch": "master",
|
|
"rev": "master"
|
|
}
|
|
}
|
|
},
|
|
"bitbake-setup": {
|
|
"configurations": [
|
|
{
|
|
"setup-dir-name": "meta-python-$distro-master",
|
|
"bb-layers": ["openembedded-core/meta",
|
|
"meta-yocto/meta-yocto-bsp",
|
|
"meta-yocto/meta-poky",
|
|
"meta-openembedded/meta-oe",
|
|
"meta-openembedded/meta-python"
|
|
],
|
|
"oe-fragments-one-of": {
|
|
"machine": {
|
|
"description": "Target machines",
|
|
"options" : [
|
|
{ "name": "machine/qemux86-64", "description": "x86-64 system on QEMU" },
|
|
{ "name": "machine/qemuarm64", "description": "ARMv8 system on QEMU" },
|
|
{ "name": "machine/qemuriscv64", "description": "RISC-V system on QEMU" }
|
|
]
|
|
},
|
|
"distro": {
|
|
"description": "Target distributions",
|
|
"options" : [
|
|
{ "name": "distro/poky", "description": "Yocto Project Reference Distro" },
|
|
{ "name": "distro/poky-altcfg", "description": "Poky alternative with systemd as init manager" },
|
|
{ "name": "distro/poky-tiny", "description": "Poky alternative optimized for size" }
|
|
]
|
|
}
|
|
},
|
|
"configurations": [
|
|
{
|
|
"name": "poky",
|
|
"description": "Poky - The Yocto Project testing distribution, with the meta-oe and meta-python layers added"
|
|
},
|
|
{
|
|
"name": "poky-with-sstate",
|
|
"description": "Poky - The Yocto Project testing distribution, with the meta-oe and meta-python layers added, and 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"
|
|
}
|