From c467bbd841d6ef2caae7fb2693456c50584d23ec Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Wed, 10 Dec 2014 15:01:00 +0000 Subject: toasterconf: naming and description changes Some minor changes to the names and descriptions used in the Toaster configuration file: * Change the local layer source name from Local Poky to Local Yocto Project to match release naming, which makes no reference to Poky * Change Imported Layer Source to just Imported layers. It is shorter, which helps table display * Change the helptext of the dizzy release to remove the "latest" reference, since might make maintenance hard (From meta-yocto rev: ab1326597bbc505c5beade577206de78cda2dae8) Signed-off-by: Belen Barros Pena Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- meta-yocto/conf/toasterconf.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-yocto/conf') diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json index e0a07b9..14d62b1 100644 --- a/meta-yocto/conf/toasterconf.json +++ b/meta-yocto/conf/toasterconf.json @@ -2,7 +2,7 @@ "config": {"MACHINE": "qemux86", "DISTRO": "poky"}, "layersources": [ { - "name": "Local Poky", + "name": "Local Yocto Project", "sourcetype": "local", "apiurl": "../../", "branches": ["HEAD", "master", "dizzy"], @@ -35,7 +35,7 @@ "branches": ["master", "dizzy"] }, { - "name": "User Imported Layers", + "name": "Imported layers", "sourcetype": "imported", "apiurl": "", "branches": ["master", "dizzy", "HEAD"] @@ -72,7 +72,7 @@ "bitbake": "master", "branch": "master", "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], - "layersourcepriority": { "User Imported Layers": 99, "Local Poky" : 10, "OpenEmbedded" : 0 }, + "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." }, { @@ -81,8 +81,8 @@ "bitbake": "dizzy", "branch": "dizzy", "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], - "layersourcepriority": { "User Imported Layers": 99, "Local Poky" : 10, "OpenEmbedded" : 0 }, - "helptext": "Toaster will run your builds with the latest Yocto Project release, 1.7 \"Dizzy\"" + "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, + "helptext": "Toaster will run your builds with the Yocto Project 1.7 \"Dizzy\" release" }, { "name": "local", @@ -90,7 +90,7 @@ "bitbake": "HEAD", "branch": "HEAD", "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], - "layersourcepriority": { "User Imported Layers": 99, "Local Poky" : 10, "OpenEmbedded" : 0 }, + "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, "helptext": "Toaster will run your builds with the version of the Yocto Project you have cloned or downloaded to your computer." } ] -- cgit v1.1