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:46:42 +0000 |
commit | 3c72e93fd3d53966d24fbaa97cd80917bb98fd46 (patch) | |
tree | 34d0ec2b409363c71839c8678f0bdc789b9e6f9e | |
parent | 97d63634b45e01f8b02fdc84f2e5709fe87ab593 (diff) | |
download | poky-3c72e93fd3d53966d24fbaa97cd80917bb98fd46.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: a00b34badd547d585f0349ccc4112df6fc93691a)
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> |