From 2e6a6f05985452e79072068972060a52c6b21baf Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 11 Oct 2012 05:46:09 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/faq.xml | 2 +- documentation/poky-ref-manual/ref-variables.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') 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 @@ The OpenEmbedded build system can build packages in various formats such as - ipk for ipkg/opkg, + ipk for opkg, Debian package (.deb), 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 6ef30c23f8..eeebe3477b 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -114,8 +114,8 @@ A list of packages not to install despite being recommended by a recipe. - Support for this variable exists only for images that use the - ipkg packaging system. + Support for this variable exists only when using the + ipk packaging backend. -- cgit v1.2.3-54-g00ecf