toaster-manual: Removed "dizzy" and replaced with "jethro"

(From yocto-docs rev: 3cae958e49c091b2820631fc500171bb068eabf5)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-09-25 10:14:03 -07:00 committed by Richard Purdie
parent 3bff581146
commit 8d2a6f03f6
1 changed files with 20 additions and 20 deletions

View File

@ -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.
</para>
@ -373,12 +373,12 @@
As shipped, Toaster is configured to work with the following
releases:
<itemizedlist>
<listitem><para><emphasis>Yocto Project 1.7 "Dizzy" or OpenEmbedded "Dizzy":</emphasis>
<listitem><para><emphasis>Yocto Project 2.0 "Jethro" or OpenEmbedded "Jethro":</emphasis>
This release causes your Toaster projects to
build against the head of the dizzy branch at
<ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/log/?h=dizzy'></ulink>
build against the head of the jethro branch at
<ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/log/?h=jethro'></ulink>
or
<ulink url='http://git.openembedded.org/openembedded-core/commit/?h=dizzy'></ulink>.
<ulink url='http://git.openembedded.org/openembedded-core/commit/?h=jethro'></ulink>.
</para></listitem>
<listitem><para><emphasis>Yocto Project 1.8 "Fido" or OpenEmbedded "Fido":</emphasis>
This release causes your Toaster projects to
@ -489,7 +489,7 @@
The branch for the layer source
(<filename>branch</filename>) 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.
</para></listitem>
<listitem><para><emphasis>Default Layers:</emphasis>
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.
<note>
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 &lt;a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=fido\"&gt;Yocto Project 1.8 \"Fido\"&lt;/a&gt; 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 &lt;a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=dizzy\"&gt;Yocto Project 1.7 \"Dizzy\"&lt;/a&gt; branch."
"helptext": "Toaster will run your builds with the tip of the &lt;a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=jethro\"&gt;Yocto Project 2.0 \"Jethro\"&lt;/a&gt; branch."
},
{
"name": "local",