From: Belen Barros Pena <[email protected]> It looks like the master branch will no longer build with the Fido release, so remove all references to fido and make sure that the file sets up local, master and jethro releases.
Signed-off-by: Belen Barros Pena <[email protected]> --- meta-yocto/conf/toasterconf.json | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json index 3f79f42..54ee116 100644 --- a/meta-yocto/conf/toasterconf.json +++ b/meta-yocto/conf/toasterconf.json @@ -38,13 +38,13 @@ "name": "OpenEmbedded", "sourcetype": "layerindex", "apiurl": "http://layers.openembedded.org/layerindex/api/", - "branches": ["master", "jethro" ,"fido"] + "branches": ["master", "jethro"] }, { "name": "Imported layers", "sourcetype": "imported", "apiurl": "", - "branches": ["master", "jethro","fido", "HEAD"] + "branches": ["master", "jethro", "HEAD"] } ], @@ -62,12 +62,6 @@ "dirpath": "bitbake" }, { - "name": "fido", - "giturl": "remote:origin", - "branch": "fido", - "dirpath": "bitbake" - }, - { "name": "HEAD", "giturl": "remote:origin", "branch": "HEAD", @@ -97,15 +91,6 @@ "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." }, { - "name": "fido", - "description": "Yocto Project 1.8 Fido", - "bitbake": "fido", - "branch": "fido", - "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 <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=fido\">Yocto Project 1.8 \"Fido\"</a> branch." - }, - { "name": "local", "description": "Local Yocto Project", "bitbake": "HEAD", -- 2.5.4 (Apple Git-61) -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
