diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-27 13:07:32 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:06:48 +0100 |
| commit | eb7fe72e0ca4f92f94e94fc7f213e051ffaf5d08 (patch) | |
| tree | 73bca95aad0e857b9e0746519c33ff8f7ad97cab /documentation | |
| parent | 568a15c821dca324d3e7a1691ad784025a8c8319 (diff) | |
| download | poky-eb7fe72e0ca4f92f94e94fc7f213e051ffaf5d08.tar.gz | |
documentation/dev-manual/dev-manual-kernel-appendix.xml: added tags
Added the Docbook tags to make this an appendix.
(From yocto-docs rev: fd5658872a9d48a2ee8f0229cb0fca90961aee32)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 69 |
1 files changed, 5 insertions, 64 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index fc93b53744..50180dc313 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 1 | <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> |
| 3 | 3 | ||
| 4 | <chapter id='dev-manual-cases'> | 4 | <appendix id='dev-manual-kernel-appendix'> |
| 5 | 5 | ||
| 6 | <title>Development Cases</title> | 6 | <title>Modifying a Kernel Example</title> |
| 7 | 7 | ||
| 8 | <section id='modifying-a-kernel-kernel-example'> | 8 | <section id='modifying-a-kernel-example'> |
| 9 | <title>Modifying a Kernel</title> | 9 | <title>Modifying a Kernel</title> |
| 10 | 10 | ||
| 11 | <para> | 11 | <para> |
| @@ -381,66 +381,7 @@ | |||
| 381 | </section> | 381 | </section> |
| 382 | </section> | 382 | </section> |
| 383 | 383 | ||
| 384 | </chapter> | 384 | </appendix> |
| 385 | |||
| 386 | |||
| 387 | |||
| 388 | |||
| 389 | |||
| 390 | <!-- | ||
| 391 | |||
| 392 | |||
| 393 | <para> | ||
| 394 | [WRITER'S NOTE: This section is a second example that focuses on just modifying the kernel. | ||
| 395 | I don't have any information on this yet. | ||
| 396 | </para> | ||
| 397 | |||
| 398 | <para> | ||
| 399 | Here are some points to consider though: | ||
| 400 | <itemizedlist> | ||
| 401 | <listitem><para>Reference Darren's presentation | ||
| 402 | <ulink url='http://events.linuxfoundation.org/events/embedded-linux-conference/hart'> | ||
| 403 | here</ulink></para></listitem> | ||
| 404 | <listitem><para>Reference <xref linkend='dev-manual-start'>Getting Started with the Yocto Project</xref> | ||
| 405 | section to get set up at minimum.</para></listitem> | ||
| 406 | <listitem><para>Are there extra steps I need specific to kernel development to get started?</para></listitem> | ||
| 407 | <listitem><para>What do I do to get set up? | ||
| 408 | Is it a matter of just installing YP and having some pieces together? | ||
| 409 | What are the pieces?</para></listitem> | ||
| 410 | <listitem><para>Where do I get the base kernel to start with?</para></listitem> | ||
| 411 | <listitem><para>Do I install the appropriate toolchain?</para></listitem> | ||
| 412 | <listitem><para>What kernel git repository do I use?</para></listitem> | ||
| 413 | <listitem><para>What is the conversion script? | ||
| 414 | What does it do?</para></listitem> | ||
| 415 | <listitem><para>What do I have to do to integrate the kernel layer?</para></listitem> | ||
| 416 | <listitem><para>What do I use to integrate the kernel layer? | ||
| 417 | HOB? | ||
| 418 | Do I just Bitbake it?</para></listitem> | ||
| 419 | <listitem><para>Using the System Image Creator.]</para></listitem> | ||
| 420 | </itemizedlist> | ||
| 421 | </para> | ||
| 422 | </section> | ||
| 423 | </section> | ||
| 424 | </section> | ||
| 425 | |||
| 426 | <section id='user-application-development'> | ||
| 427 | <title>User Application Development</title> | ||
| 428 | |||
| 429 | <para> | ||
| 430 | [WRITER'S NOTE: This section is the second major development case - developing an application. | ||
| 431 | Here are points to consider: | ||
| 432 | <itemizedlist> | ||
| 433 | <listitem><para>User-space Application Development scenario overview.</para></listitem> | ||
| 434 | <listitem><para>Using the Yocto Eclipse Plug-in.</para></listitem> | ||
| 435 | <listitem><para>Back-door support.</para></listitem> | ||
| 436 | <listitem><para>I feel there is more to this area than we have captured during our two | ||
| 437 | review meetings.]</para></listitem> | ||
| 438 | </itemizedlist> | ||
| 439 | </para> | ||
| 440 | </section> | ||
| 441 | </chapter> | ||
| 442 | --> | ||
| 443 | |||
| 444 | <!-- | 385 | <!-- |
| 445 | vim: expandtab tw=80 ts=4 | 386 | vim: expandtab tw=80 ts=4 |
| 446 | --> | 387 | --> |
