summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-23 09:10:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:27:43 +0100
commit5534892228404aa50eb1c611be746628fae96c15 (patch)
treee329b11c18afb9fffc024845b1f72209326855ca /documentation
parent53f4e4677f381b2dd0fcdaa2ea27cff297395527 (diff)
downloadpoky-5534892228404aa50eb1c611be746628fae96c15.tar.gz
documentation/adt-manual/adt-package.xml: Updated PMS section
Small correction to refer to sysroot instead of root filesystem in opening paragraph. (From yocto-docs rev: e9af5bbd69ab9421a97ce87d5210d31838e93151) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-package.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml
index fc2a1a0cba..96c2b59ba9 100644
--- a/documentation/adt-manual/adt-package.xml
+++ b/documentation/adt-manual/adt-package.xml
@@ -14,7 +14,7 @@
14<section id='package-management-systems'> 14<section id='package-management-systems'>
15 <title>Package Management Systems</title> 15 <title>Package Management Systems</title>
16 <para> 16 <para>
17 The Yocto Project supports the generation of root filesystem files using 17 The Yocto Project supports the generation of sysroot files using
18 three different Package Management Systems (PMS): 18 three different Package Management Systems (PMS):
19 <itemizedlist> 19 <itemizedlist>
20 <listitem><para><emphasis>OPKG</emphasis> – A less well known PMS whose use 20 <listitem><para><emphasis>OPKG</emphasis> – A less well known PMS whose use
@@ -30,7 +30,7 @@
30 for more information about RPM.</para></listitem> 30 for more information about RPM.</para></listitem>
31 <listitem><para><emphasis>Debian</emphasis> – The PMS for Debian-based systems 31 <listitem><para><emphasis>Debian</emphasis> – The PMS for Debian-based systems
32 is built on many PMS tools. 32 is built on many PMS tools.
33 The lower-level PMS tool dpkg forms the base of the Debian PMS. 33 The lower-level PMS tool <filename>dpkg</filename> forms the base of the Debian PMS.
34 For information on dpkg see 34 For information on dpkg see
35 <ulink url='http://en.wikipedia.org/wiki/Dpkg'></ulink>.</para></listitem> 35 <ulink url='http://en.wikipedia.org/wiki/Dpkg'></ulink>.</para></listitem>
36 </itemizedlist> 36 </itemizedlist>