diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2013-10-23 09:25:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:09:50 +0000 |
commit | a2aeade07cf84ae17ae603c10b31bd9adee630e0 (patch) | |
tree | cbe9c2c67d550d0104da366602496d7e505b4348 | |
parent | 1f290da0e1c01d12009dde5293dfa31fd73e02db (diff) | |
download | poky-a2aeade07cf84ae17ae603c10b31bd9adee630e0.tar.gz |
ref-manual: Added sdk-pms to Distro Feature list.
Added description of DISTRO_FEATURE sdk-pms in the Yocto
Reference Manual.
The changes I made are not exactly identical to the patch
submitted by David. I dit a bit of re-writing for the
text but the concepts are the same.
(From yocto-docs rev: f8076f1916cc52647b129922c1b1646ad6df8ff9)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-features.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 92c5e8abb2..3f216e3a64 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
@@ -115,6 +115,12 @@ | |||
115 | supports it.</para></listitem> | 115 | supports it.</para></listitem> |
116 | <listitem><para><emphasis>wifi:</emphasis> Include WiFi support | 116 | <listitem><para><emphasis>wifi:</emphasis> Include WiFi support |
117 | (integrated only).</para></listitem> | 117 | (integrated only).</para></listitem> |
118 | <listitem><para><emphasis>sdk-pms:</emphasis> Include Package | ||
119 | Management Tools in the | ||
120 | <filename>nativesdk</filename> toolchain tarball. | ||
121 | Including these tools allows for easy sandbox use when | ||
122 | creating the root filesystem while using the SDK tarball. | ||
123 | </para></listitem> | ||
118 | </itemizedlist> | 124 | </itemizedlist> |
119 | </para> | 125 | </para> |
120 | </section> | 126 | </section> |