summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-07-25 16:57:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-27 23:00:23 +0100
commit6d7b42f650d29e908d7f1d472bca30e3c76f1c42 (patch)
tree76648fddeb3cedea805ea1dfce37f2eb4ccd52a3
parenta2dfac68b57b8251dc40c4e4e75b05dbc76f3461 (diff)
downloadpoky-6d7b42f650d29e908d7f1d472bca30e3c76f1c42.tar.gz
dev-manual: Added Links for specific container use
At the end of the section that describes how to set up the development machine for CROPS, I added some user links for more information based on the type of container the use is interested in. (From yocto-docs rev: 6888d8454839bbb2ecdf96ce421c7d8723931d65) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-start.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index baf84173f4..199cede372 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -190,6 +190,16 @@
190 </orderedlist> 190 </orderedlist>
191 Once you have a container set up, everything is in place to 191 Once you have a container set up, everything is in place to
192 develop just as if you were running on a native Linux machine. 192 develop just as if you were running on a native Linux machine.
193 If you are going to use the Poky container, see the
194 "<link linkend='cloning-the-poky-repository'>Cloning the <filename>poky</filename> Repository</link>"
195 section.
196 If you are going to use the Extensible SDK container, see the
197 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-extensible'>Using the Extensible SDK</ulink>"
198 Chapter in the Yocto Project Software Development Kit (SDK)
199 Developer's Guide.
200 If you are going to use the Toaster container, see the
201 "<ulink url='&YOCTO_DOCS_TOAST_URL;#toaster-manual-setup-and-use'>Setting Up and Using Toaster</ulink>"
202 section in the Toaster User Manual.
193 </para> 203 </para>
194 </section> 204 </section>
195 205