From 8d2a6f03f6980361eb0b4ee089b6e552ac0462ab Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 25 Sep 2015 10:14:03 -0700 Subject: [PATCH] toaster-manual: Removed "dizzy" and replaced with "jethro" (From yocto-docs rev: 3cae958e49c091b2820631fc500171bb068eabf5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../toaster-manual-reference.xml | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml index 0c9401ff30..a0ed88b943 100644 --- a/documentation/toaster-manual/toaster-manual-reference.xml +++ b/documentation/toaster-manual/toaster-manual-reference.xml @@ -219,7 +219,7 @@ "name": "Local Yocto Project", "sourcetype": "local", "apiurl": "../../", - "branches": ["HEAD", "master", "fido", "dizzy"], + "branches": ["HEAD", "master", "fido", "jethro"], "layers": [ { "name": "openembedded-core", @@ -246,13 +246,13 @@ "name": "OpenEmbedded", "sourcetype": "layerindex", "apiurl": "http://layers.openembedded.org/layerindex/api/", - "branches": ["master", "fido", "dizzy"] + "branches": ["master", "fido", "jethro"] }, { "name": "Imported layers", "sourcetype": "imported", "apiurl": "", - "branches": ["master", "fido", "dizzy", "HEAD"] + "branches": ["master", "fido", "jethro", "HEAD"] } ], @@ -268,7 +268,7 @@ indicate which branches from your layer source you want to make available through Toaster. For example, the OpenEmbedded layer source makes - available only its "master", "fido", and "dizzy" + available only its "master", "fido", and "jethro" branches. @@ -373,12 +373,12 @@ As shipped, Toaster is configured to work with the following releases: - Yocto Project 1.7 "Dizzy" or OpenEmbedded "Dizzy": + Yocto Project 2.0 "Jethro" or OpenEmbedded "Jethro": This release causes your Toaster projects to - build against the head of the dizzy branch at - + build against the head of the jethro branch at + or - . + . Yocto Project 1.8 "Fido" or OpenEmbedded "Fido": This release causes your Toaster projects to @@ -489,7 +489,7 @@ The branch for the layer source (branch) used with the release. For example, for the OpenEmbedded layer source, the - "master", "fido", and "dizzy" branches are available. + "master", "fido", and "jethro" branches are available. Default Layers: The set of default layers @@ -715,7 +715,7 @@ "name": "Local Yocto Project", "sourcetype": "local", "apiurl": "../../", - "branches": ["HEAD", "master", "fido", "dizzy"], + "branches": ["HEAD", "master", "fido", "jethro"], "layers": [ { "name": "openembedded-core", @@ -742,13 +742,13 @@ "name": "OpenEmbedded", "sourcetype": "layerindex", "apiurl": "http://layers.openembedded.org/layerindex/api/", - "branches": ["master", "fido", "dizzy"] + "branches": ["master", "fido", "jethro"] }, { "name": "Imported layers", "sourcetype": "imported", "apiurl": "", - "branches": ["master", "fido", "dizzy", "HEAD"] + "branches": ["master", "fido", "jethro", "HEAD"] } ], @@ -763,7 +763,7 @@ This area of the JSON file defines the version of BitBake Toaster uses. As shipped, Toaster is configured to recognize four - versions of BitBake: master, fido, dizzy, and HEAD. + versions of BitBake: master, fido, jethro, and HEAD. HEAD is a special option that builds whatever is available on disk, without checking out any remote @@ -788,9 +788,9 @@ "dirpath": "bitbake" }, { - "name": "dizzy", + "name": "jethro", "giturl": "remote:origin", - "branch": "dizzy", + "branch": "jethro", "dirpath": "bitbake" }, { @@ -857,13 +857,13 @@ "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": "dizzy", - "description": "Yocto Project 1.7 Dizzy", - "bitbake": "dizzy", - "branch": "dizzy", + "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 <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=dizzy\">Yocto Project 1.7 \"Dizzy\"</a> branch." + "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": "local",