From ce9bf86dd9747058e96b804826a7b05a4ec85f52 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 25 Jan 2016 11:47:36 +0100 Subject: toasterconf.json: Remove fido from supported configurations 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 Signed-off-by: Richard Purdie --- meta/conf/toasterconf.json | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json index 40a4db6fe3..3ce59b7369 100644 --- a/meta/conf/toasterconf.json +++ b/meta/conf/toasterconf.json @@ -13,7 +13,7 @@ "name": "Local OpenEmbedded", "sourcetype": "local", "apiurl": "../../", - "branches": ["HEAD", "master", "fido", "dizzy"], + "branches": ["HEAD", "master", "jethro"], "layers": [ { "name": "openembedded-core", @@ -27,13 +27,13 @@ "name": "OpenEmbedded", "sourcetype": "layerindex", "apiurl": "http://layers.openembedded.org/layerindex/api/", - "branches": ["master", "fido", "dizzy"] + "branches": ["master", "jethro"] }, { "name": "Imported layers", "sourcetype": "imported", "apiurl": "", - "branches": ["master", "fido", "dizzy", "HEAD"] + "branches": ["master", "jethro", "HEAD"] } ], @@ -45,15 +45,9 @@ "dirpath": "" }, { - "name": "fido", + "name": "jethro", "giturl": "git://git.openembedded.org/bitbake", - "branch": "1.26", - "dirpath": "" - }, - { - "name": "dizzy", - "giturl": "git://git.openembedded.org/bitbake", - "branch": "1.24", + "branch": "1.28", "dirpath": "" }, { @@ -77,22 +71,13 @@ "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", - "description": "OpenEmbedded Dizzy", - "bitbake": "dizzy", - "branch": "dizzy", + "name": "jethro", + "description": "OpenEmbedded Jethro", + "bitbake": "jethro", + "branch": "jethro", "defaultlayers": [ "openembedded-core" ], "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, - "helptext": "Toaster will run your builds with the tip of the OpenEmbedded \"Dizzy\" branch" + "helptext": "Toaster will run your builds with the tip of the OpenEmbedded \"Jethro\" branch" }, { "name": "local", -- cgit 1.2.3-korg