summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-10-11 05:46:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-15 14:45:49 +0100
commit2e6a6f05985452e79072068972060a52c6b21baf (patch)
tree0b1a60ce12c97fd6cfeda380c51ceee2ddaaca66 /documentation
parentfece3acfb9d6df0f3b3926f3eff347750ad6c0f4 (diff)
downloadpoky-2e6a6f05985452e79072068972060a52c6b21baf.tar.gz
documentation: poky-ref-manual - change support to opkg from ipkg
We haven't supported ipkg for some time now - it was replaced by opkg (whilst still using the ipk package format). (From yocto-docs rev: 07b3dd9a73be25f31c919ed750ca320c7507eff0) 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/poky-ref-manual/faq.xml2
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml
index 943d22a7d8..945c7f19af 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.xml
@@ -166,7 +166,7 @@
166 <answer> 166 <answer>
167 <para> 167 <para>
168 The OpenEmbedded build system can build packages in various formats such as 168 The OpenEmbedded build system can build packages in various formats such as
169 <filename>ipk</filename> for <filename>ipkg</filename>/<filename>opkg</filename>, 169 <filename>ipk</filename> for <filename>opkg</filename>,
170 Debian package (<filename>.deb</filename>), or RPM. 170 Debian package (<filename>.deb</filename>), or RPM.
171 The packages can then be upgraded using the package tools on the device, much like 171 The packages can then be upgraded using the package tools on the device, much like
172 on a desktop distribution such as Ubuntu or Fedora. 172 on a desktop distribution such as Ubuntu or Fedora.
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 6ef30c23f8..eeebe3477b 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -114,8 +114,8 @@
114 <glossdef> 114 <glossdef>
115 <para> 115 <para>
116 A list of packages not to install despite being recommended by a recipe. 116 A list of packages not to install despite being recommended by a recipe.
117 Support for this variable exists only for images that use the 117 Support for this variable exists only when using the
118 <filename>ipkg</filename> packaging system. 118 <filename>ipk</filename> packaging backend.
119 </para> 119 </para>
120 </glossdef> 120 </glossdef>
121 </glossentry> 121 </glossentry>