summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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