|
@@ -53,10 +53,7 @@
|
|
"bitbake-setup": {
|
|
"bitbake-setup": {
|
|
"configurations": [
|
|
"configurations": [
|
|
{
|
|
{
|
|
- "name": "poky",
|
|
|
|
- "description": "Poky - The Yocto Project testing distribution",
|
|
|
|
"bb-layers": ["openembedded-core/meta","meta-yocto/meta-yocto-bsp","meta-yocto/meta-poky"],
|
|
"bb-layers": ["openembedded-core/meta","meta-yocto/meta-yocto-bsp","meta-yocto/meta-poky"],
|
|
- "oe-fragments": ["core/yocto/sstate-mirror-cdn"],
|
|
|
|
"oe-fragments-one-of": {
|
|
"oe-fragments-one-of": {
|
|
"machine": {
|
|
"machine": {
|
|
"description": "Target machines",
|
|
"description": "Target machines",
|
|
@@ -66,7 +63,18 @@
|
|
"description": "Distribution configuration variants",
|
|
"description": "Distribution configuration variants",
|
|
"options" : ["distro/poky", "distro/poky-altcfg", "distro/poky-tiny"]
|
|
"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"]
|
|
}
|
|
}
|
|
|
|
+ ]
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|