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", "name": "Local Yocto Project",
"sourcetype": "local", "sourcetype": "local",
"apiurl": "../../", "apiurl": "../../",
"branches": ["HEAD", "master", "fido", "dizzy"], "branches": ["HEAD", "master", "fido", "jethro"],
"layers": [ "layers": [
{ {
"name": "openembedded-core", "name": "openembedded-core",
@ -246,13 +246,13 @@
"name": "OpenEmbedded", "name": "OpenEmbedded",
"sourcetype": "layerindex", "sourcetype": "layerindex",
"apiurl": "http://layers.openembedded.org/layerindex/api/", "apiurl": "http://layers.openembedded.org/layerindex/api/",
"branches": ["master", "fido", "dizzy"] "branches": ["master", "fido", "jethro"]
}, },
{ {
"name": "Imported layers", "name": "Imported layers",
"sourcetype": "imported", "sourcetype": "imported",
"apiurl": "", "apiurl": "",
"branches": ["master", "fido", "dizzy", "HEAD"] "branches": ["master", "fido", "jethro", "HEAD"]
} }
], ],
@ -268,7 +268,7 @@
indicate which branches from your layer source you want indicate which branches from your layer source you want
to make available through Toaster. to make available through Toaster.
For example, the OpenEmbedded layer source makes For example, the OpenEmbedded layer source makes
available only its "master", "fido", and "dizzy" available only its "master", "fido", and "jethro"
branches. branches.
</para> </para>
@ -373,12 +373,12 @@
As shipped, Toaster is configured to work with the following As shipped, Toaster is configured to work with the following
releases: releases:
<itemizedlist> <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 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
<ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/log/?h=dizzy'></ulink> <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/log/?h=jethro'></ulink>
or 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> </para></listitem>
<listitem><para><emphasis>Yocto Project 1.8 "Fido" or OpenEmbedded "Fido":</emphasis> <listitem><para><emphasis>Yocto Project 1.8 "Fido" or OpenEmbedded "Fido":</emphasis>
This release causes your Toaster projects to This release causes your Toaster projects to
@ -489,7 +489,7 @@
The branch for the layer source The branch for the layer source
(<filename>branch</filename>) used with the release. (<filename>branch</filename>) used with the release.
For example, for the OpenEmbedded layer source, the For example, for the OpenEmbedded layer source, the
"master", "fido", and "dizzy" branches are available. "master", "fido", and "jethro" branches are available.
</para></listitem> </para></listitem>
<listitem><para><emphasis>Default Layers:</emphasis> <listitem><para><emphasis>Default Layers:</emphasis>
The set of default layers The set of default layers
@ -715,7 +715,7 @@
"name": "Local Yocto Project", "name": "Local Yocto Project",
"sourcetype": "local", "sourcetype": "local",
"apiurl": "../../", "apiurl": "../../",
"branches": ["HEAD", "master", "fido", "dizzy"], "branches": ["HEAD", "master", "fido", "jethro"],
"layers": [ "layers": [
{ {
"name": "openembedded-core", "name": "openembedded-core",
@ -742,13 +742,13 @@
"name": "OpenEmbedded", "name": "OpenEmbedded",
"sourcetype": "layerindex", "sourcetype": "layerindex",
"apiurl": "http://layers.openembedded.org/layerindex/api/", "apiurl": "http://layers.openembedded.org/layerindex/api/",
"branches": ["master", "fido", "dizzy"] "branches": ["master", "fido", "jethro"]
}, },
{ {
"name": "Imported layers", "name": "Imported layers",
"sourcetype": "imported", "sourcetype": "imported",
"apiurl": "", "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 This area of the JSON file defines the version of
BitBake Toaster uses. BitBake Toaster uses.
As shipped, Toaster is configured to recognize four 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> <note>
HEAD is a special option that builds whatever is HEAD is a special option that builds whatever is
available on disk, without checking out any remote available on disk, without checking out any remote
@ -788,9 +788,9 @@
"dirpath": "bitbake" "dirpath": "bitbake"
}, },
{ {
"name": "dizzy", "name": "jethro",
"giturl": "remote:origin", "giturl": "remote:origin",
"branch": "dizzy", "branch": "jethro",
"dirpath": "bitbake" "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." "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", "name": "jethro",
"description": "Yocto Project 1.7 Dizzy", "description": "Yocto Project 2.0 Jethro",
"bitbake": "dizzy", "bitbake": "jethro",
"branch": "dizzy", "branch": "jethro",
"defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
"layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, "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", "name": "local",