diff options
| -rw-r--r-- | meta/conf/toasterconf.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json index aac478e1ec..c8e42efadd 100644 --- a/meta/conf/toasterconf.json +++ b/meta/conf/toasterconf.json | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | "name": "Local OpenEmbedded", | 12 | "name": "Local OpenEmbedded", |
| 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", |
| @@ -26,13 +26,13 @@ | |||
| 26 | "name": "OpenEmbedded", | 26 | "name": "OpenEmbedded", |
| 27 | "sourcetype": "layerindex", | 27 | "sourcetype": "layerindex", |
| 28 | "apiurl": "http://layers.openembedded.org/layerindex/api/", | 28 | "apiurl": "http://layers.openembedded.org/layerindex/api/", |
| 29 | "branches": ["master", "dizzy"] | 29 | "branches": ["master", "fido", "dizzy"] |
| 30 | }, | 30 | }, |
| 31 | { | 31 | { |
| 32 | "name": "Imported layers", | 32 | "name": "Imported layers", |
| 33 | "sourcetype": "imported", | 33 | "sourcetype": "imported", |
| 34 | "apiurl": "", | 34 | "apiurl": "", |
| 35 | "branches": ["master", "dizzy", "HEAD"] | 35 | "branches": ["master", "fido", "dizzy", "HEAD"] |
| 36 | 36 | ||
| 37 | } | 37 | } |
| 38 | ], | 38 | ], |
| @@ -44,6 +44,12 @@ | |||
| 44 | "dirpath": "" | 44 | "dirpath": "" |
| 45 | }, | 45 | }, |
| 46 | { | 46 | { |
| 47 | "name": "fido", | ||
| 48 | "giturl": "git://git.openembedded.org/bitbake", | ||
| 49 | "branch": "1.26", | ||
| 50 | "dirpath": "" | ||
| 51 | }, | ||
| 52 | { | ||
| 47 | "name": "dizzy", | 53 | "name": "dizzy", |
| 48 | "giturl": "git://git.openembedded.org/bitbake", | 54 | "giturl": "git://git.openembedded.org/bitbake", |
| 49 | "branch": "1.24", | 55 | "branch": "1.24", |
| @@ -67,7 +73,16 @@ | |||
| 67 | "branch": "master", | 73 | "branch": "master", |
| 68 | "defaultlayers": [ "openembedded-core" ], | 74 | "defaultlayers": [ "openembedded-core" ], |
| 69 | "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, | 75 | "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, |
| 70 | "helptext": "Toaster will run your builds using the OpenEmbedded master branch, where active development takes place. This is not a stable branch, so your builds might not work as expected." | 76 | "helptext": "Toaster will run your builds using the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/\">OpenEmbedded master</a> branch, where active development takes place. This is not a stable branch, so your builds might not work as expected." |
| 77 | }, | ||
| 78 | { | ||
| 79 | "name": "fido", | ||
| 80 | "description": "OpenEmbedded Fido", | ||
| 81 | "bitbake": "fido", | ||
| 82 | "branch": "fido", | ||
| 83 | "defaultlayers": [ "openembedded-core" ], | ||
| 84 | "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, | ||
| 85 | "helptext": "Toaster will run your builds with the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=fido\">OpenEmbedded \"Fido\"</a> branch" | ||
| 71 | }, | 86 | }, |
| 72 | { | 87 | { |
| 73 | "name": "dizzy", | 88 | "name": "dizzy", |
| @@ -76,7 +91,7 @@ | |||
| 76 | "branch": "dizzy", | 91 | "branch": "dizzy", |
| 77 | "defaultlayers": [ "openembedded-core" ], | 92 | "defaultlayers": [ "openembedded-core" ], |
| 78 | "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, | 93 | "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, |
| 79 | "helptext": "Toaster will run your builds with the OpenEmbedded Dizzy release" | 94 | "helptext": "Toaster will run your builds with the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=dizzy\">OpenEmbedded \"Dizzy\"</a> branch" |
| 80 | }, | 95 | }, |
| 81 | { | 96 | { |
| 82 | "name": "local", | 97 | "name": "local", |
