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 @@ "name": "Local OpenEmbedded", "sourcetype": "local", "apiurl": "../../", - "branches": ["HEAD", "master", "dizzy"], + "branches": ["HEAD", "master", "fido", "dizzy"], "layers": [ { "name": "openembedded-core", @@ -26,13 +26,13 @@ "name": "OpenEmbedded", "sourcetype": "layerindex", "apiurl": "http://layers.openembedded.org/layerindex/api/", - "branches": ["master", "dizzy"] + "branches": ["master", "fido", "dizzy"] }, { "name": "Imported layers", "sourcetype": "imported", "apiurl": "", - "branches": ["master", "dizzy", "HEAD"] + "branches": ["master", "fido", "dizzy", "HEAD"] } ], @@ -43,6 +43,12 @@ "branch": "master", "dirpath": "" }, + { + "name": "fido", + "giturl": "git://git.openembedded.org/bitbake", + "branch": "1.26", + "dirpath": "" + }, { "name": "dizzy", "giturl": "git://git.openembedded.org/bitbake", @@ -67,7 +73,16 @@ "branch": "master", "defaultlayers": [ "openembedded-core" ], "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, - "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." + "helptext": "Toaster will run your builds using the tip of the OpenEmbedded master branch, where active development takes place. This is not a stable branch, so your builds might not work as expected." + }, + { + "name": "fido", + "description": "OpenEmbedded Fido", + "bitbake": "fido", + "branch": "fido", + "defaultlayers": [ "openembedded-core" ], + "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, + "helptext": "Toaster will run your builds with the tip of the OpenEmbedded \"Fido\" branch" }, { "name": "dizzy", @@ -76,7 +91,7 @@ "branch": "dizzy", "defaultlayers": [ "openembedded-core" ], "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, - "helptext": "Toaster will run your builds with the OpenEmbedded Dizzy release" + "helptext": "Toaster will run your builds with the tip of the OpenEmbedded \"Dizzy\" branch" }, { "name": "local",