summaryrefslogtreecommitdiffstats
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:13 +0100
commit87fb43c266e8800ef5be62fa0bd5f67ea56b2a08 (patch)
tree27522f7b92e2cdd4d5966cbbf9111a0749d0785c
parent9888c095545bd0b16eab91b345ef96ee28a7bf33 (diff)
downloadast2050-yocto-poky-87fb43c266e8800ef5be62fa0bd5f67ea56b2a08.zip
ast2050-yocto-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>
-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 943d22a..945c7f1 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.xml
@@ -166,7 +166,7 @@
<answer>
<para>
The OpenEmbedded build system can build packages in various formats such as
- <filename>ipk</filename> for <filename>ipkg</filename>/<filename>opkg</filename>,
+ <filename>ipk</filename> for <filename>opkg</filename>,
Debian package (<filename>.deb</filename>), or RPM.
The packages can then be upgraded using the package tools on the device, much like
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 6ef30c2..eeebe34 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -114,8 +114,8 @@
<glossdef>
<para>
A list of packages not to install despite being recommended by a recipe.
- Support for this variable exists only for images that use the
- <filename>ipkg</filename> packaging system.
+ Support for this variable exists only when using the
+ <filename>ipk</filename> packaging backend.
</para>
</glossdef>
</glossentry>
OpenPOWER on IntegriCloud