aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-appendix-customizing.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-01-23 10:59:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:06 +0000
commit0936eed201f8db132ec0fa072a45f453ddab1d7d (patch)
tree205f1eef21d1b980ff0b1a385895beb996083194 /documentation/sdk-manual/sdk-appendix-customizing.xml
parent6996a1cd3db4c7f8233004fc10fbf5bd4b3de9e2 (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-customizing.xml')
-rw-r--r--documentation/sdk-manual/sdk-appendix-customizing.xml24
1 files changed, 24 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 @@
+<!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
+-->