diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-11 05:46:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-15 14:45:13 +0100 |
commit | 87fb43c266e8800ef5be62fa0bd5f67ea56b2a08 (patch) | |
tree | 27522f7b92e2cdd4d5966cbbf9111a0749d0785c /documentation/poky-ref-manual/faq.xml | |
parent | 9888c095545bd0b16eab91b345ef96ee28a7bf33 (diff) | |
download | poky-87fb43c266e8800ef5be62fa0bd5f67ea56b2a08.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/poky-ref-manual/faq.xml')
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 2 |
1 files changed, 1 insertions, 1 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. |