summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto/conf/toasterconf.json25
1 files changed, 20 insertions, 5 deletions
diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json
index 51dbc8cdc9..c455276266 100644
--- a/meta-yocto/conf/toasterconf.json
+++ b/meta-yocto/conf/toasterconf.json
@@ -12,7 +12,7 @@
12 "name": "Local Yocto Project", 12 "name": "Local Yocto Project",
13 "sourcetype": "local", 13 "sourcetype": "local",
14 "apiurl": "../../", 14 "apiurl": "../../",
15 "branches": ["HEAD", "master", "dizzy"], 15 "branches": ["HEAD", "master", "fido", "dizzy"],
16 "layers": [ 16 "layers": [
17 { 17 {
18 "name": "openembedded-core", 18 "name": "openembedded-core",
@@ -39,13 +39,13 @@
39 "name": "OpenEmbedded", 39 "name": "OpenEmbedded",
40 "sourcetype": "layerindex", 40 "sourcetype": "layerindex",
41 "apiurl": "http://layers.openembedded.org/layerindex/api/", 41 "apiurl": "http://layers.openembedded.org/layerindex/api/",
42 "branches": ["master", "dizzy"] 42 "branches": ["master", "fido", "dizzy"]
43 }, 43 },
44 { 44 {
45 "name": "Imported layers", 45 "name": "Imported layers",
46 "sourcetype": "imported", 46 "sourcetype": "imported",
47 "apiurl": "", 47 "apiurl": "",
48 "branches": ["master", "dizzy", "HEAD"] 48 "branches": ["master", "fido", "dizzy", "HEAD"]
49 49
50 } 50 }
51 ], 51 ],
@@ -57,6 +57,12 @@
57 "dirpath": "bitbake" 57 "dirpath": "bitbake"
58 }, 58 },
59 { 59 {
60 "name": "fido",
61 "giturl": "remote:origin",
62 "branch": "fido",
63 "dirpath": "bitbake"
64 },
65 {
60 "name": "dizzy", 66 "name": "dizzy",
61 "giturl": "remote:origin", 67 "giturl": "remote:origin",
62 "branch": "dizzy", 68 "branch": "dizzy",
@@ -80,7 +86,16 @@
80 "branch": "master", 86 "branch": "master",
81 "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], 87 "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
82 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, 88 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
83 "helptext": "Toaster will run your builds using 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." 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 {
92 "name": "fido",
93 "description": "Yocto Project 1.8 Fido",
94 "bitbake": "fido",
95 "branch": "fido",
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=fido\">Yocto Project 1.8 \"Fido\"</a> branch."
84 }, 99 },
85 { 100 {
86 "name": "dizzy", 101 "name": "dizzy",
@@ -89,7 +104,7 @@
89 "branch": "dizzy", 104 "branch": "dizzy",
90 "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], 105 "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
91 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, 106 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
92 "helptext": "Toaster will run your builds with the <a href=\"https://www.yoctoproject.org/downloads/core/dizzy1\">Yocto Project 1.7 \"Dizzy\"</a> release" 107 "helptext": "Toaster will run your builds with the tip of the <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=dizzy\">Yocto Project 1.7 \"Dizzy\"</a> branch."
93 }, 108 },
94 { 109 {
95 "name": "local", 110 "name": "local",