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
|
{
"description": "OpenEmbedded - 'nodistro' basic configuration",
"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"
},
"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": [
{
"name": "nodistro",
"description": "OpenEmbedded 'nodistro'",
"bb-layers": ["openembedded-core/meta"],
"oe-fragments-one-of": {
"machine": {
"description": "Target machines",
"options" : ["machine/qemux86-64", "machine/qemuarm64", "machine/qemuriscv64"]
}
}
}
]
},
"version": "1.0"
}
|