diff options
-rw-r--r-- | bitbake/default-registry/configurations/poky-master.conf.json | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/bitbake/default-registry/configurations/poky-master.conf.json b/bitbake/default-registry/configurations/poky-master.conf.json index 3f12991799..60531ba024 100644 --- a/bitbake/default-registry/configurations/poky-master.conf.json +++ b/bitbake/default-registry/configurations/poky-master.conf.json | |||
@@ -53,10 +53,7 @@ | |||
53 | "bitbake-setup": { | 53 | "bitbake-setup": { |
54 | "configurations": [ | 54 | "configurations": [ |
55 | { | 55 | { |
56 | "name": "poky", | ||
57 | "description": "Poky - The Yocto Project testing distribution", | ||
58 | "bb-layers": ["openembedded-core/meta","meta-yocto/meta-yocto-bsp","meta-yocto/meta-poky"], | 56 | "bb-layers": ["openembedded-core/meta","meta-yocto/meta-yocto-bsp","meta-yocto/meta-poky"], |
59 | "oe-fragments": ["core/yocto/sstate-mirror-cdn"], | ||
60 | "oe-fragments-one-of": { | 57 | "oe-fragments-one-of": { |
61 | "machine": { | 58 | "machine": { |
62 | "description": "Target machines", | 59 | "description": "Target machines", |
@@ -66,7 +63,18 @@ | |||
66 | "description": "Distribution configuration variants", | 63 | "description": "Distribution configuration variants", |
67 | "options" : ["distro/poky", "distro/poky-altcfg", "distro/poky-tiny"] | 64 | "options" : ["distro/poky", "distro/poky-altcfg", "distro/poky-tiny"] |
68 | } | 65 | } |
66 | }, | ||
67 | "configurations": [ | ||
68 | { | ||
69 | "name": "poky", | ||
70 | "description": "Poky - The Yocto Project testing distribution" | ||
71 | }, | ||
72 | { | ||
73 | "name": "poky-with-sstate", | ||
74 | "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.", | ||
75 | "oe-fragments": ["core/yocto/sstate-mirror-cdn"] | ||
69 | } | 76 | } |
77 | ] | ||
70 | } | 78 | } |
71 | ] | 79 | ] |
72 | }, | 80 | }, |