-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathyocto-master-options.conf.json
More file actions
70 lines (70 loc) · 2.22 KB
/
yocto-master-options.conf.json
File metadata and controls
70 lines (70 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"description": "(future) Official Yocto configurations: poky, poky-altcfg, poky-tiny, for qemux86-64, riscv64 and arm64 (defined with options)",
"sources": {
"bitbake": {
"git-remote": {
"remotes": {
"origin": {
"uri": "git://git.openembedded.org/bitbake"
}
},
"rev": "master"
},
"path": "bitbake"
},
"openembedded-core": {
"git-remote": {
"remotes": {
"origin": {
"uri": "git://git.openembedded.org/openembedded-core"
}
},
"rev": "master"
},
"path": "openembedded-core"
},
"meta-yocto": {
"git-remote": {
"remotes": {
"origin": {
"uri": "git://git.yoctoproject.org/meta-yocto"
}
},
"rev": "master"
},
"path": "meta-yocto"
},
"yocto-docs": {
"git-remote": {
"remotes": {
"origin": {
"uri": "git://git.yoctoproject.org/yocto-docs"
}
},
"rev": "master"
},
"path": "yocto-docs"
}
},
"bitbake-setup": {
"configurations": [
{
"name": "poky",
"description": "Poky reference distro build",
"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": {
"machine": {
"description": "Available target machines",
"options" : ["machine/qemux86-64", "machine/qemuarm64", "machine/qemuriscv64"]
},
"distro": {
"description": "Available distributions",
"options" : ["distro/poky", "distro/poky-altcfg", "distro/poky-tiny"]
}
}
}
]
},
"version": "1.0"
}