]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sdk-manual: Added two appendix files to SDK Manual.
authorScott Rifenbark <srifenbark@gmail.com>
Sat, 23 Jan 2016 18:59:24 +0000 (10:59 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 21:56:06 +0000 (21:56 +0000)
(From yocto-docs rev: ce926aeeb6e5594de53f606910a932b3a54ee5f0)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/sdk-manual/sdk-appendix-customizing.xml [new file with mode: 0644]
documentation/sdk-manual/sdk-appendix-obtain.xml [new file with mode: 0644]

diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml
new file mode 100644 (file)
index 0000000..c2cb4aa
--- /dev/null
@@ -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
+-->
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml
new file mode 100644 (file)
index 0000000..fbdb240
--- /dev/null
@@ -0,0 +1,33 @@
+<!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-obtain'>
+
+<title>Obtaining the SDK</title>
+
+<para>
+    This chapter is going to cover the details on getting the SDK on your
+    system.
+    It is debatable as to whether or not this should be an appendix.
+    It could be part of a main chapter I think.
+    Originally suggested by Paul that it should be an appendix.
+</para>
+
+<para>
+    The idea here is to gather all the current information in the regular
+    YP doc set that describes how to locate, download, or build out the SDK.
+</para>
+
+<para>
+    One thing that needs discussed is any differences between getting the
+    standard SDK as compared to the extended SDK.
+    Do we have pre-build extended SDKs laying around?
+    Where do we get any pre-build SDKs from?
+    Show the methods by which the user builds out the SDK?
+</para>
+
+</appendix>
+<!--
+vim: expandtab tw=80 ts=4
+-->