summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-08-30 13:34:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-02 00:52:49 +0100
commitea256df2a8af386f5c8c7bc7744d6d790ab0a3f9 (patch)
tree4e32e1d442029a93ed8b36d0a37010372c5f3a23 /documentation/dev-manual
parent2a1bdf7416391b4986fcc34c4de2b24d213948c1 (diff)
downloadpoky-ea256df2a8af386f5c8c7bc7744d6d790ab0a3f9.tar.gz
dev-manual, kernel-dev: Working kernel flow process using devtool
A work-in-progress of an example that modifies the kernel using the devtool. The procedure is not complete yet as it does not run properly. (From yocto-docs rev: 462ba2e46f237c294f05805ad5044291a085975d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 94595756b8..aa03d85c56 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -123,6 +123,19 @@
123 section in the Yocto Project Reference Manual. 123 section in the Yocto Project Reference Manual.
124 </para></listitem> 124 </para></listitem>
125 </orderedlist> 125 </orderedlist>
126 Once you have completed the previous steps, you are ready to
127 continue using a given development path on your native Linux
128 machine.
129 If you are going to use BitBake, see the
130 "<link linkend='cloning-the-poky-repository'>Cloning the <filename>poky</filename> Repository</link>"
131 section.
132 If you are going to use the Extensible SDK, see the
133 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-extensible'>Using the Extensible SDK</ulink>"
134 Chapter in the Yocto Project Software Development Kit (SDK)
135 Developer's Guide.
136 If you are going to use Toaster, see the
137 "<ulink url='&YOCTO_DOCS_TOAST_URL;#toaster-manual-setup-and-use'>Setting Up and Using Toaster</ulink>"
138 section in the Toaster User Manual.
126 </para> 139 </para>
127 </section> 140 </section>
128 141