sdk-manual: Added two appendix files to SDK Manual.

(From yocto-docs rev: ce926aeeb6e5594de53f606910a932b3a54ee5f0)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2016-01-23 10:59:24 -08:00
committed by Richard Purdie
parent 6996a1cd3d
commit 0936eed201
2 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
<appendix id='sdk-appendix-customizing'>
<title>Customizing the SDK</title>
<para>
This chapter is going to cover the details on extending the SDK through
user customizations.
I am not sure if this is possible for both the standard and extensible
SDK or what.
</para>
<para>
I do not have a feel for what sub-topics need to be covered here.
I need to get this information from Paul.
</para>
</appendix>
<!--
vim: expandtab tw=80 ts=4
-->