diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-01-23 10:59:24 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:06 +0000 |
| commit | 0936eed201f8db132ec0fa072a45f453ddab1d7d (patch) | |
| tree | 205f1eef21d1b980ff0b1a385895beb996083194 | |
| parent | 6996a1cd3db4c7f8233004fc10fbf5bd4b3de9e2 (diff) | |
| download | poky-0936eed201f8db132ec0fa072a45f453ddab1d7d.tar.gz | |
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>
| -rw-r--r-- | documentation/sdk-manual/sdk-appendix-customizing.xml | 24 | ||||
| -rw-r--r-- | documentation/sdk-manual/sdk-appendix-obtain.xml | 33 |
2 files changed, 57 insertions, 0 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml new file mode 100644 index 0000000000..c2cb4aa005 --- /dev/null +++ b/documentation/sdk-manual/sdk-appendix-customizing.xml | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | ||
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | ||
| 4 | |||
| 5 | <appendix id='sdk-appendix-customizing'> | ||
| 6 | |||
| 7 | <title>Customizing the SDK</title> | ||
| 8 | |||
| 9 | <para> | ||
| 10 | This chapter is going to cover the details on extending the SDK through | ||
| 11 | user customizations. | ||
| 12 | I am not sure if this is possible for both the standard and extensible | ||
| 13 | SDK or what. | ||
| 14 | </para> | ||
| 15 | |||
| 16 | <para> | ||
| 17 | I do not have a feel for what sub-topics need to be covered here. | ||
| 18 | I need to get this information from Paul. | ||
| 19 | </para> | ||
| 20 | |||
| 21 | </appendix> | ||
| 22 | <!-- | ||
| 23 | vim: expandtab tw=80 ts=4 | ||
| 24 | --> | ||
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml new file mode 100644 index 0000000000..fbdb240368 --- /dev/null +++ b/documentation/sdk-manual/sdk-appendix-obtain.xml | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | ||
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | ||
| 4 | |||
| 5 | <appendix id='sdk-appendix-obtain'> | ||
| 6 | |||
| 7 | <title>Obtaining the SDK</title> | ||
| 8 | |||
| 9 | <para> | ||
| 10 | This chapter is going to cover the details on getting the SDK on your | ||
| 11 | system. | ||
| 12 | It is debatable as to whether or not this should be an appendix. | ||
| 13 | It could be part of a main chapter I think. | ||
| 14 | Originally suggested by Paul that it should be an appendix. | ||
| 15 | </para> | ||
| 16 | |||
| 17 | <para> | ||
| 18 | The idea here is to gather all the current information in the regular | ||
| 19 | YP doc set that describes how to locate, download, or build out the SDK. | ||
| 20 | </para> | ||
| 21 | |||
| 22 | <para> | ||
| 23 | One thing that needs discussed is any differences between getting the | ||
| 24 | standard SDK as compared to the extended SDK. | ||
| 25 | Do we have pre-build extended SDKs laying around? | ||
| 26 | Where do we get any pre-build SDKs from? | ||
| 27 | Show the methods by which the user builds out the SDK? | ||
| 28 | </para> | ||
| 29 | |||
| 30 | </appendix> | ||
| 31 | <!-- | ||
| 32 | vim: expandtab tw=80 ts=4 | ||
| 33 | --> | ||
