summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-reference.rst')
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.rst15
1 files changed, 6 insertions, 9 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.rst b/documentation/toaster-manual/toaster-manual-reference.rst
index 2202d599f6..ed0bad11b7 100644
--- a/documentation/toaster-manual/toaster-manual-reference.rst
+++ b/documentation/toaster-manual/toaster-manual-reference.rst
@@ -25,8 +25,7 @@ A layer index is a web application that contains information about a set
25of custom layers. A good example of an existing layer index is the 25of custom layers. A good example of an existing layer index is the
26OpenEmbedded Layer Index. A public instance of this layer index exists 26OpenEmbedded Layer Index. A public instance of this layer index exists
27at http://layers.openembedded.org. You can find the code for this 27at http://layers.openembedded.org. You can find the code for this
28layer index's web application at 28layer index's web application at :yocto_git:`/layerindex-web/`.
29http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/.
30 29
31When you tie a layer source into Toaster, it can query the layer source 30When you tie a layer source into Toaster, it can query the layer source
32through a 31through a
@@ -83,9 +82,8 @@ index.
83 82
84In the previous section, the code for the OpenEmbedded Metadata Index 83In the previous section, the code for the OpenEmbedded Metadata Index
85(i.e. http://layers.openembedded.org) was referenced. You can use 84(i.e. http://layers.openembedded.org) was referenced. You can use
86this code, which is at 85this code, which is at :yocto_git:`/layerindex-web/`, as a base to create
87http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/, as a 86your own layer index.
88base to create your own layer index.
89 87
90Use the Administration Interface 88Use the Administration Interface
91^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 89^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -165,14 +163,13 @@ As shipped, Toaster is configured to work with the following releases:
165- *Yocto Project &DISTRO; "&DISTRO_NAME;" or OpenEmbedded "&DISTRO_NAME;":* 163- *Yocto Project &DISTRO; "&DISTRO_NAME;" or OpenEmbedded "&DISTRO_NAME;":*
166 This release causes your Toaster projects to build against the head 164 This release causes your Toaster projects to build against the head
167 of the &DISTRO_NAME_NO_CAP; branch at 165 of the &DISTRO_NAME_NO_CAP; branch at
168 https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=&DISTRO_NAME_NO_CAP; or 166 :yocto_git:`/poky/log/?h=&DISTRO_NAME_NO_CAP;` or
169 http://git.openembedded.org/openembedded-core/commit/?h=&DISTRO_NAME_NO_CAP;. 167 :oe_git:`/openembedded-core/commit/?h=&DISTRO_NAME_NO_CAP;`.
170 168
171- *Yocto Project "Master" or OpenEmbedded "Master":* This release 169- *Yocto Project "Master" or OpenEmbedded "Master":* This release
172 causes your Toaster Projects to build against the head of the master 170 causes your Toaster Projects to build against the head of the master
173 branch, which is where active development takes place, at 171 branch, which is where active development takes place, at
174 https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/ or 172 :yocto_git:`/poky/log/` or :oe_git:`/openembedded-core/log/`.
175 http://git.openembedded.org/openembedded-core/log/.
176 173
177- *Local Yocto Project or Local OpenEmbedded:* This release causes your 174- *Local Yocto Project or Local OpenEmbedded:* This release causes your
178 Toaster Projects to build against the head of the ``poky`` or 175 Toaster Projects to build against the head of the ``poky`` or