From e643f3defe3b53fff4a720737ee1c9d5cf1fd35a Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Wed, 25 Mar 2015 14:22:18 +0000 Subject: toaster: updating toasterconf.json for fido release We update the toasterconf.json file for the fido release. A small update to the release help text in the toasterconf.json file shipped with the meta-yocto layer. We now make explicit that Toaster will build with the tip of the selected branch. We also link the Yocto Project Dizzy release to the git repository, and not to the release page on the website. (From meta-yocto rev: d9348157c4bee1789be7f7af9439c5ba287bb139) Signed-off-by: Belen Barros Pena Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- meta-yocto/conf/toasterconf.json | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json index 51dbc8c..c455276 100644 --- a/meta-yocto/conf/toasterconf.json +++ b/meta-yocto/conf/toasterconf.json @@ -12,7 +12,7 @@ "name": "Local Yocto Project", "sourcetype": "local", "apiurl": "../../", - "branches": ["HEAD", "master", "dizzy"], + "branches": ["HEAD", "master", "fido", "dizzy"], "layers": [ { "name": "openembedded-core", @@ -39,13 +39,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"] } ], @@ -57,6 +57,12 @@ "dirpath": "bitbake" }, { + "name": "fido", + "giturl": "remote:origin", + "branch": "fido", + "dirpath": "bitbake" + }, + { "name": "dizzy", "giturl": "remote:origin", "branch": "dizzy", @@ -80,7 +86,16 @@ "branch": "master", "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, - "helptext": "Toaster will run your builds using the Yocto Project 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 Yocto Project master branch, where active development takes place. This is not a stable branch, so your builds might not work as expected." + }, + { + "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 Yocto Project 1.8 \"Fido\" branch." }, { "name": "dizzy", @@ -89,7 +104,7 @@ "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 Yocto Project 1.7 \"Dizzy\" release" + "helptext": "Toaster will run your builds with the tip of the Yocto Project 1.7 \"Dizzy\" branch." }, { "name": "local", -- cgit v1.1