blob: 3df17030688713fc9701db167a0a9c273c264855 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001{
2 "config": {
3 "MACHINE" : "qemux86",
4 "DISTRO" : "poky",
5 "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2",
6 "IMAGE_INSTALL_append": "",
7 "PACKAGE_CLASSES": "package_rpm",
8 "SDKMACHINE" : "x86_64"
9 },
10 "layersources": [
11 {
12 "name": "Local Yocto Project",
13 "sourcetype": "local",
14 "apiurl": "../../",
Patrick Williamsf1e5d692016-03-30 15:21:19 -050015 "branches": ["HEAD" ],
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016 "layers": [
17 {
18 "name": "openembedded-core",
19 "local_path": "meta",
20 "vcs_url": "remote:origin",
21 "dirpath": "meta"
22 },
23 {
24 "name": "meta-yocto",
25 "local_path": "meta-yocto",
26 "vcs_url": "remote:origin",
27 "dirpath": "meta-yocto"
28 },
29 {
30 "name": "meta-yocto-bsp",
31 "local_path": "meta-yocto-bsp",
32 "vcs_url": "remote:origin",
33 "dirpath": "meta-yocto-bsp"
34 }
35
36 ]
37 },
38 {
39 "name": "OpenEmbedded",
40 "sourcetype": "layerindex",
41 "apiurl": "http://layers.openembedded.org/layerindex/api/",
Patrick Williamsf1e5d692016-03-30 15:21:19 -050042 "branches": ["master", "jethro" ,"fido"]
Patrick Williamsc124f4f2015-09-15 14:41:29 -050043 },
44 {
45 "name": "Imported layers",
46 "sourcetype": "imported",
47 "apiurl": "",
Patrick Williamsf1e5d692016-03-30 15:21:19 -050048 "branches": ["master", "jethro","fido", "HEAD"]
Patrick Williamsc124f4f2015-09-15 14:41:29 -050049
50 }
51 ],
52 "bitbake" : [
53 {
54 "name": "master",
55 "giturl": "remote:origin",
56 "branch": "master",
57 "dirpath": "bitbake"
58 },
59 {
Patrick Williamsf1e5d692016-03-30 15:21:19 -050060 "name": "jethro",
Patrick Williamsc124f4f2015-09-15 14:41:29 -050061 "giturl": "remote:origin",
Patrick Williamsf1e5d692016-03-30 15:21:19 -050062 "branch": "jethro",
Patrick Williamsc124f4f2015-09-15 14:41:29 -050063 "dirpath": "bitbake"
64 },
65 {
Patrick Williamsf1e5d692016-03-30 15:21:19 -050066 "name": "fido",
Patrick Williamsc124f4f2015-09-15 14:41:29 -050067 "giturl": "remote:origin",
Patrick Williamsf1e5d692016-03-30 15:21:19 -050068 "branch": "fido",
Patrick Williamsc124f4f2015-09-15 14:41:29 -050069 "dirpath": "bitbake"
70 },
71 {
72 "name": "HEAD",
73 "giturl": "remote:origin",
74 "branch": "HEAD",
75 "dirpath": "bitbake"
76 }
77 ],
78
79 "defaultrelease": "master",
80
81 "releases": [
82 {
83 "name": "master",
84 "description": "Yocto Project master",
85 "bitbake": "master",
86 "branch": "master",
87 "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
88 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
89 "helptext": "Toaster will run your builds using the tip of the <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/\">Yocto Project master branch</a>, where active development takes place. This is not a stable branch, so your builds might not work as expected."
90 },
91 {
Patrick Williamsf1e5d692016-03-30 15:21:19 -050092 "name": "jethro",
93 "description": "Yocto Project 2.0 Jethro",
94 "bitbake": "jethro",
95 "branch": "jethro",
96 "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
97 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
98 "helptext": "Toaster will run your builds with the tip of the <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=jethro\">Yocto Project 2.0 \"Jethro\"</a> branch."
99 },
100 {
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500101 "name": "fido",
102 "description": "Yocto Project 1.8 Fido",
103 "bitbake": "fido",
104 "branch": "fido",
105 "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
106 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
107 "helptext": "Toaster will run your builds with the tip of the <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=fido\">Yocto Project 1.8 \"Fido\"</a> branch."
108 },
109 {
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500110 "name": "local",
111 "description": "Local Yocto Project",
112 "bitbake": "HEAD",
113 "branch": "HEAD",
114 "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
115 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
116 "helptext": "Toaster will run your builds with the version of the Yocto Project you have cloned or downloaded to your computer."
117 }
118 ]
119}