diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json index 9e45ff09ce..3df1703068 100644 --- a/meta-yocto/conf/toasterconf.json +++ b/meta-yocto/conf/toasterconf.json @@ -39,13 +39,13 @@ "name": "OpenEmbedded", "sourcetype": "layerindex", "apiurl": "http://layers.openembedded.org/layerindex/api/", - "branches": ["master", "fido", "dizzy"] + "branches": ["master", "jethro" ,"fido"] }, { "name": "Imported layers", "sourcetype": "imported", "apiurl": "", - "branches": ["master", "fido", "dizzy", "HEAD"] + "branches": ["master", "jethro","fido", "HEAD"] } ], @@ -57,15 +57,15 @@ "dirpath": "bitbake" }, { - "name": "fido", + "name": "jethro", "giturl": "remote:origin", - "branch": "fido", + "branch": "jethro", "dirpath": "bitbake" }, { - "name": "dizzy", + "name": "fido", "giturl": "remote:origin", - "branch": "dizzy", + "branch": "fido", "dirpath": "bitbake" }, { @@ -88,6 +88,15 @@ "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, "helptext": "Toaster will run your builds using the tip of the Yocto Project master branch, where active development takes place. This is not a stable branch, so your builds might not work as expected." }, + { + "name": "jethro", + "description": "Yocto Project 2.0 Jethro", + "bitbake": "jethro", + "branch": "jethro", + "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], + "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, + "helptext": "Toaster will run your builds with the tip of the Yocto Project 2.0 \"Jethro\" branch." + }, { "name": "fido", "description": "Yocto Project 1.8 Fido", @@ -97,15 +106,6 @@ "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, "helptext": "Toaster will run your builds with the tip of the Yocto Project 1.8 \"Fido\" branch." }, - { - "name": "dizzy", - "description": "Yocto Project 1.7 Dizzy", - "bitbake": "dizzy", - "branch": "dizzy", - "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], - "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, - "helptext": "Toaster will run your builds with the tip of the Yocto Project 1.7 \"Dizzy\" branch." - }, { "name": "local", "description": "Local Yocto Project",